検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 87 for radius (0.011 sec.)
RADIUS Attribute Types 10026
« RADIUS Packet Types RADIUS Vendor Specific Attribute Types » PHP Manual 定義済み定数 RADIUS At ... tribute Types RADIUS Attribute Types These constants define RADIUS attr ... ibute types that can be used with radius_put_addr() , radius_put_attr() , radius_put_int() ... and radius_put_string() . RADIUS_USER_NAME ( int ) The User-N ... the user being authenticated, and can be set using radius_put_attr() . RADIUS_USER_PASSWORD ( int ) The User ...
https://man.plustar.jp/php/radius.constants.attributes.html - [similar]
RADIUS Packet Types 9327
« RADIUS Options RADIUS Attribute Types » PHP Manual 定義済み定数 RADIUS Packet Types RADIUS Pac ... ket Types RADIUS packets, whether requests or responses, always inc ... ided to make it easier to specify types when using radius_create_request() and when comparing the result of ... radius_send_request() . RADIUS_ACCESS_REQUEST ( int ) An Access-Request, used to ... authenticate a user against a RADIUS server. Access request packets must include a RADI ...
https://man.plustar.jp/php/radius.constants.packets.html - [similar]
RADIUS Vendor Specific Attribute Types 9314
« RADIUS Attribute Types 例 » PHP Manual 定義済み定数 RADIUS Vendor Specific Attribute Types RADIUS ... IUS Vendor Specific Attribute Types RADIUS_VENDOR_MICROSOFT ( int ) Microsoft specific vendor ... attributes ( » RFC 2548 ), one of: RADIUS_MICROSOFT_MS_CHAP_RESPONSE RADIUS_MICROSOFT_MS_CHA ... P_ERROR RADIUS_MICROSOFT_MS_CHAP_PW_1 RADIUS_MICROSOFT_MS_CHAP_PW ... _2 RADIUS_MICROSOFT_MS_CHAP_LM_ENC_PW RADIUS_MICROSOFT_MS_CH ...
https://man.plustar.jp/php/radius.constants.vendor-specific.html - [similar]
Radius 9179
« 認証サービス はじめに » PHP Manual 認証サービス Radius Radius はじめに インストール/設定 要件 ... インストール手順 実行時設定 リソース型 定義済み定数 RADIUS Options RADIUS Packet Types RADIUS Attribute Types ... RADIUS Vendor Specific Attribute Types 例 Radius 関数 rad ... ius_acct_open — 課金用の Radius ハンドルを作成する radius_add_server — サーバーを追 ... 加する radius_auth_open — 認証用の Radius ハンドルを作成する rad ...
https://man.plustar.jp/php/book.radius.html - [similar]
Radius 関数 9085
« 例 radius_acct_open » PHP Manual Radius Radius 関数 Radius 関数 目次 radius_acct_open — 課金用 ...Radius ハンドルを作成する radius_add_server — サーバーを追 ... 加する radius_auth_open — 認証用の Radius ハンドルを作成する rad ... ius_close — すべてのリソースを開放する radius_config — 指定した設定ファイルをライブラリに読み込ま ... せる radius_create_request — 課金あるいは認証のリクエストを作成 ...
https://man.plustar.jp/php/ref.radius.html - [similar]
リクエストを送信し、応答を待つ 8440
« radius_salt_encrypt_attr radius_server_secret » PHP Manual Radius 関数 リクエストを送信し、応答 ... を待つ radius_send_request (PECL radius >= 1.1.0) radius_send_re ... quest — リクエストを送信し、応答を待つ 説明 radius_send_request ( resource $radius_handle ): int Radi ... us リクエストを作成した後は、 radius_send_request() でそれを送信します。 radius_send_re ... 応じてラウンドロビン 形式で再試行します。 パラメータ radius_handle RADIUS リソース。 戻り値 有効な応答を受信し ...
https://man.plustar.jp/php/function.radius-send-request.html - [similar]
バイナリ属性を設定する 8346
« radius_put_addr radius_put_int » PHP Manual Radius 関数 バイナリ属性を設定する radius_put_attr ... (PECL radius >= 1.1.0) radius_put_attr — バイナリ属性を設定する ... 説明 radius_put_attr ( resource $radius_handle , int $type , s ... = 0 , int $tag = ? ): bool バイナリ属性を、現在の RADIUS リクエストにアタッチします。 注意 : リクエストを r ... ってからでないと、この関数は呼べません。 パラメータ radius_handle RADIUS リソース。 type 属性の型。 value 属性 ...
https://man.plustar.jp/php/function.radius-put-attr.html - [similar]
整数属性を設定する 8346
« radius_put_attr radius_put_string » PHP Manual Radius 関数 整数属性を設定する radius_put_int ( ... PECL radius >= 1.1.0) radius_put_int — 整数属性を設定する 説明 ... radius_put_int ( resource $radius_handle , int $type , in ... ions = 0 , int $tag = ? ): bool 整数属性を、現在の RADIUS リクエストにアタッチします。 注意 : リクエストを r ... ってからでないと、この関数は呼べません。 パラメータ radius_handle RADIUS リソース。 type 属性の型。 value 属性 ...
https://man.plustar.jp/php/function.radius-put-int.html - [similar]
文字列属性を設定する 8346
« radius_put_int radius_put_vendor_addr » PHP Manual Radius 関数 文字列属性を設定する radius_put ... _string (PECL radius >= 1.1.0) radius_put_string — 文字列属性を設定する ... 説明 radius_put_string ( resource $radius_handle , int $type , ... ns = 0 , int $tag = ? ): bool 文字列属性を、現在の RADIUS リクエストにアタッチします。 一般に、文字列属性をア ... タッチするには radius_put_attr() のほうがより便利です。 というのも、こち ...
https://man.plustar.jp/php/function.radius-put-string.html - [similar]
属性を取得する 8292
« radius_demangle radius_get_tagged_attr_data » PHP Manual Radius 関数 属性を取得する radius_get ... _attr (PECL radius >= 1.1.0) radius_get_attr — 属性を取得する 説明 ra ... dius_get_attr ( resource $radius_handle ): mixed Radius リクエストと同様、各レスポン ... スもゼロ個以上の属性を含んでいます。 radius_send_request() でレスポンスを受け取ったら、 radius ... attr() を使用して各属性を抽出することが できます。 radius_get_attr() がコールされるたびに、 現在のレスポンス ...
https://man.plustar.jp/php/function.radius-get-attr.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT