mirror of
https://github.com/php/doc-ja.git
synced 2026-03-24 07:02:08 +01:00
1189 lines
34 KiB
XML
1189 lines
34 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 26c2246aacfdbf8a40cc2ceccc71c6d878571120 Maintainer: takagi Status: ready -->
|
|
<!-- Credits: mumumu -->
|
|
<appendix xml:id="ldap.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
&reftitle.constants;
|
|
&extension.constants;
|
|
<variablelist>
|
|
<varlistentry xml:id="constant.ldap-deref-never">
|
|
<term>
|
|
<constant>LDAP_DEREF_NEVER</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
エイリアスの解釈ルール - Never
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-deref-searching">
|
|
<term>
|
|
<constant>LDAP_DEREF_SEARCHING</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
エイリアスの解釈ルール - Searching
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-deref-finding">
|
|
<term>
|
|
<constant>LDAP_DEREF_FINDING</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
エイリアスの解釈ルール - Finding
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-deref-always">
|
|
<term>
|
|
<constant>LDAP_DEREF_ALWAYS</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
エイリアスの解釈ルール - Always
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-deref">
|
|
<term>
|
|
<constant>LDAP_OPT_DEREF</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
サーバーでエイリアスをたどるときの、別の規則を指定します。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-sizelimit">
|
|
<term>
|
|
<constant>LDAP_OPT_SIZELIMIT</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
検索操作で返すことができるエントリの最大数を指定します。
|
|
</para>
|
|
<note>
|
|
<simpara>
|
|
実際のサイズ制限は、サーバー側で設定されている最大エントリ数にも影響を受けます。
|
|
これらふたつの設定のうち小さい方が実際のサイズ制限となります。
|
|
</simpara>
|
|
</note>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-timelimit">
|
|
<term>
|
|
<constant>LDAP_OPT_TIMELIMIT</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
検索結果を待ち続ける秒数を指定します。
|
|
</simpara>
|
|
<note>
|
|
<simpara>
|
|
実際の時間制限は、サーバー側で設定されている最大時間にも影響を受けます。
|
|
これらふたつの設定のうち小さい方が実際の時間制限となります。
|
|
</simpara>
|
|
</note>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.ldap-opt-network-timeout">
|
|
<term>
|
|
<constant>LDAP_OPT_NETWORK_TIMEOUT</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
<function>ldap_set_option</function> 用のオプションで、
|
|
ネットワークのタイムアウトを設定します
|
|
(PHP 5.3.0 以降で利用可能です)。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-protocol-version">
|
|
<term>
|
|
<constant>LDAP_OPT_PROTOCOL_VERSION</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
使用する LDAP プロトコルのバージョン (V2 あるいは V3) を指定します。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-error-number">
|
|
<term>
|
|
<constant>LDAP_OPT_ERROR_NUMBER</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
直近のセッションのエラー番号
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-referrals">
|
|
<term>
|
|
<constant>LDAP_OPT_REFERRALS</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
LDAP サーバーから返される参照を自動的にたどるかどうかを指定します。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-restart">
|
|
<term>
|
|
<constant>LDAP_OPT_RESTART</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
接続が暗黙のうちにリスタートすべきかどうかを指定します。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-host-name">
|
|
<term>
|
|
<constant>LDAP_OPT_HOST_NAME</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
接続を試みるスペース区切りのホストを取得/設定します。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-error-string">
|
|
<term>
|
|
<constant>LDAP_OPT_ERROR_STRING</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
<constant>LDAP_OPT_DIAGNOSTIC_MESSAGE</constant> のエイリアス
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-diagnostic-message">
|
|
<term>
|
|
<constant>LDAP_OPT_DIAGNOSTIC_MESSAGE</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
直近のセッションのエラーメッセージを取得します。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-matched-dn">
|
|
<term>
|
|
<constant>LDAP_OPT_MATCHED_DN</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
接続に紐付いた DN にマッチする値を取得/設定します。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-server-controls">
|
|
<term>
|
|
<constant>LDAP_OPT_SERVER_CONTROLS</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
リクエストごとに送信するサーバーコントロールのデフォルトリストを指定します。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-client-controls">
|
|
<term>
|
|
<constant>LDAP_OPT_CLIENT_CONTROLS</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
リクエストごとに処理するクライアントコントロールのデフォルトリストを指定します。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-debug-level">
|
|
<term>
|
|
<constant>LDAP_OPT_DEBUG_LEVEL</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
デバッグトレース用のビットレベルを指定します。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-x-keepalive-idle">
|
|
<term>
|
|
<constant>LDAP_OPT_X_KEEPALIVE_IDLE</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
TCP が keepalive probe を送信しはじめる前に接続がアイドルになる秒数
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-x-keepalive-probes">
|
|
<term>
|
|
<constant>LDAP_OPT_X_KEEPALIVE_PROBES</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
接続を切断する前に TCP が送信する keepalive probe の最大数を指定します。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-x-keepalive-interval">
|
|
<term>
|
|
<constant>LDAP_OPT_X_KEEPALIVE_INTERVAL</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
個別の keepalive probe の間隔を指定します。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-x-tls-cacertdir">
|
|
<term>
|
|
<constant>LDAP_OPT_X_TLS_CACERTDIR</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
CA 証明書を含んだディレクトリのパスを指定します。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-x-tls-cacertfile">
|
|
<term>
|
|
<constant>LDAP_OPT_X_TLS_CACERTFILE</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
CA 証明書ファイルのフルパスを指定します。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-x-tls-certfile">
|
|
<term>
|
|
<constant>LDAP_OPT_X_TLS_CERTFILE</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
証明書ファイルのフルパスを指定します。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-x-tls-cipher-suite">
|
|
<term>
|
|
<constant>LDAP_OPT_X_TLS_CIPHER_SUITE</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
許可された暗号スイートを指定します。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-x-tls-crlcheck">
|
|
<term>
|
|
<constant>LDAP_OPT_X_TLS_CRLCHECK</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
CRL の評価戦略を指定します。
|
|
<constant>LDAP_OPT_X_TLS_CRL_NONE</constant>,
|
|
<constant>LDAP_OPT_X_TLS_CRL_PEER</constant>,
|
|
<constant>LDAP_OPT_X_TLS_CRL_ALL</constant> のいずれかでなければなりません。
|
|
</simpara>
|
|
<note>
|
|
<simpara>
|
|
このオプションは OpenSSL のみ有効です。
|
|
</simpara>
|
|
</note>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-x-tls-crlfile">
|
|
<term>
|
|
<constant>LDAP_OPT_X_TLS_CRLFILE</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
CRL ファイルのフルパスを指定します。
|
|
</simpara>
|
|
<note>
|
|
<simpara>
|
|
このオプションは GnuTLS のみ有効です。
|
|
</simpara>
|
|
</note>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-x-tls-dhfile">
|
|
<term>
|
|
<constant>LDAP_OPT_X_TLS_DHFILE</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Diffie-Hellman 鍵交換のパラメータを含んだファイルのフルパスを指定します。
|
|
</simpara>
|
|
<note>
|
|
<simpara>
|
|
このオプションは GnuTLS や Mozilla NSS からは無視されます。
|
|
</simpara>
|
|
</note>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-x-tls-keyfile">
|
|
<term>
|
|
<constant>LDAP_OPT_X_TLS_KEYFILE</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
証明書のキーファイルのフルパスを指定します。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-x-tls-protocol-min">
|
|
<term>
|
|
<constant>LDAP_OPT_X_TLS_PROTOCOL_MIN</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
プロトコルの最小バージョン。
|
|
<constant>LDAP_OPT_X_TLS_PROTOCOL_SSL2</constant>,
|
|
<constant>LDAP_OPT_X_TLS_PROTOCOL_SSL3</constant>,
|
|
<constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_0</constant>,
|
|
<constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_1</constant>,
|
|
<constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_2</constant> のうちのいずれかです。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-x-tls-random-file">
|
|
<term>
|
|
<constant>LDAP_OPT_X_TLS_RANDOM_FILE</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
システムのデフォルトのrandomファイルが利用できない場合の、randomファイルを取得/設定する
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-x-tls-require-cert">
|
|
<term>
|
|
<constant>LDAP_OPT_X_TLS_REQUIRE_CERT</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
証明書のチェック戦略を指定します。
|
|
<constant>LDAP_OPT_X_TLS_NEVER</constant>,
|
|
<constant>LDAP_OPT_X_TLS_HARD</constant>,
|
|
<constant>LDAP_OPT_X_TLS_DEMAND</constant>,
|
|
<constant>LDAP_OPT_X_TLS_ALLOW</constant>,
|
|
<constant>LDAP_OPT_X_TLS_TRY</constant> のうちのいずれかでなければなりません。
|
|
(PHP 7.0.0 以降で利用可能)
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.gslc-ssl-no-auth">
|
|
<term>
|
|
<constant>GSLC_SSL_NO_AUTH</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
SSL 認証モード - 認証不要 (Oracle LDAPのみ)
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.gslc-ssl-oneway-auth">
|
|
<term>
|
|
<constant>GSLC_SSL_ONEWAY_AUTH</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
SSL 認証モード - サーバー認証のみ必須 (Oracle LDAPのみ)
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.gslc-ssl-twoway-auth">
|
|
<term>
|
|
<constant>GSLC_SSL_TWOWAY_AUTH</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
SSL 認証モード - サーバー認証とクライアント認証が両方必須 (Oracle LDAPのみ)
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.ldap-exop-start-tls">
|
|
<term>
|
|
<constant>LDAP_EXOP_START_TLS</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
拡張オペレーション定数 - Start TLS (<link xlink:href="&url.rfc;4511">RFC 4511</link>).
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-exop-modify-passwd">
|
|
<term>
|
|
<constant>LDAP_EXOP_MODIFY_PASSWD</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
拡張オペレーション定数 - Modify password (<link xlink:href="&url.rfc;3062">RFC 3062</link>).
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-exop-refresh">
|
|
<term>
|
|
<constant>LDAP_EXOP_REFRESH</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
拡張オペレーション定数 - Refresh (<link xlink:href="&url.rfc;2589">RFC 2589</link>).
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-exop-who-am-i">
|
|
<term>
|
|
<constant>LDAP_EXOP_WHO_AM_I</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
拡張オペレーション定数 - WHOAMI (<link xlink:href="&url.rfc;4532">RFC 4532</link>).
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-exop-turn">
|
|
<term>
|
|
<constant>LDAP_EXOP_TURN</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
拡張オペレーション定数 - Turn (<link xlink:href="&url.rfc;4531">RFC 4531</link>).
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.ldap-control-managedsait">
|
|
<term>
|
|
<constant>LDAP_CONTROL_MANAGEDSAIT</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
コントロール定数 - Manage DSA IT (<link xlink:href="&url.rfc;3296">RFC 3296</link>).
|
|
PHP 7.3.0 以降で利用可能です。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-control-proxy-authz">
|
|
<term>
|
|
<constant>LDAP_CONTROL_PROXY_AUTHZ</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
コントロール定数 - Proxied Authorization (<link xlink:href="&url.rfc;4730">RFC 4370</link>).
|
|
PHP 7.3.0 以降で利用可能です。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-control-subentries">
|
|
<term>
|
|
<constant>LDAP_CONTROL_SUBENTRIES</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
コントロール定数 - Subentries (<link xlink:href="&url.rfc;3672">RFC 3672</link>).
|
|
PHP 7.3.0 以降で利用可能です。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-control-valuesreturnfilter">
|
|
<term>
|
|
<constant>LDAP_CONTROL_VALUESRETURNFILTER</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
コントロール定数 - Filter returned values (<link xlink:href="&url.rfc;3876">RFC 3876</link>).
|
|
PHP 7.3.0 以降で利用可能です。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-control-assert">
|
|
<term>
|
|
<constant>LDAP_CONTROL_ASSERT</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
コントロール定数 - Assertion (<link xlink:href="&url.rfc;45282">RFC 4528</link>).
|
|
PHP 7.3.0 以降で利用可能です。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-control-pre-read">
|
|
<term>
|
|
<constant>LDAP_CONTROL_PRE_READ</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
コントロール定数 - Pre read (<link xlink:href="&url.rfc;4527">RFC 4527</link>).
|
|
PHP 7.3.0 以降で利用可能です。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-control-post-read">
|
|
<term>
|
|
<constant>LDAP_CONTROL_POST_READ</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
コントロール定数 - Post read (<link xlink:href="&url.rfc;4527">RFC 4527</link>).
|
|
PHP 7.3.0 以降で利用可能です。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-control-sortrequest">
|
|
<term>
|
|
<constant>LDAP_CONTROL_SORTREQUEST</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
コントロール定数 - Sort request (<link xlink:href="&url.rfc;2891">RFC 2891</link>).
|
|
PHP 7.3.0 以降で利用可能です。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-control-sortresponse">
|
|
<term>
|
|
<constant>LDAP_CONTROL_SORTRESPONSE</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
コントロール定数 - Sort response (<link xlink:href="&url.rfc;2891">RFC 2891</link>).
|
|
PHP 7.3.0 以降で利用可能です。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-control-pagedresults">
|
|
<term>
|
|
<constant>LDAP_CONTROL_PAGEDRESULTS</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
コントロール定数 - Paged results (<link xlink:href="&url.rfc;2696">RFC 2696</link>).
|
|
PHP 7.3.0 以降で利用可能です。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-control-authzid-request">
|
|
<term>
|
|
<constant>LDAP_CONTROL_AUTHZID_REQUEST</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
コントロール定数 - Authorization Identity Request (<link xlink:href="&url.rfc;3829">RFC 3829</link>).
|
|
PHP 7.3.0 以降で利用可能です。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-control-authzid-response">
|
|
<term>
|
|
<constant>LDAP_CONTROL_AUTHZID_RESPONSE</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
コントロール定数 - Authorization Identity Response (<link xlink:href="&url.rfc;3829">RFC 3829</link>).
|
|
PHP 7.3.0 以降で利用可能です。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-control-sync">
|
|
<term>
|
|
<constant>LDAP_CONTROL_SYNC</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
コントロール定数 - Content Synchronization Operation (<link xlink:href="&url.rfc;4533">RFC 4533</link>).
|
|
PHP 7.3.0 以降で利用可能です。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-control-sync-state">
|
|
<term>
|
|
<constant>LDAP_CONTROL_SYNC_STATE</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
コントロール定数 - Content Synchronization Operation State (<link xlink:href="&url.rfc;4533">RFC 4533</link>).
|
|
PHP 7.3.0 以降で利用可能です。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-control-sync-done">
|
|
<term>
|
|
<constant>LDAP_CONTROL_SYNC_DONE</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
コントロール定数 - Content Synchronization Operation Done (<link xlink:href="&url.rfc;4533">RFC 4533</link>).
|
|
PHP 7.3.0 以降で利用可能です。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-control-dontusecopy">
|
|
<term>
|
|
<constant>LDAP_CONTROL_DONTUSECOPY</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
コントロール定数 - Don't Use Copy (<link xlink:href="&url.rfc;6171">RFC 6171</link>).
|
|
PHP 7.3.0 以降で利用可能です。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-control-passwordpolicyrequest">
|
|
<term>
|
|
<constant>LDAP_CONTROL_PASSWORDPOLICYREQUEST</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
コントロール定数 - パスワードポリシーのリクエスト
|
|
PHP 7.3.0 以降で利用可能です。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-control-passwordpolicyresponse">
|
|
<term>
|
|
<constant>LDAP_CONTROL_PASSWORDPOLICYRESPONSE</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
コントロール定数 - パスワードポリシーのレスポンス
|
|
PHP 7.3.0 以降で利用可能です。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-control-x-incremental-values">
|
|
<term>
|
|
<constant>LDAP_CONTROL_X_INCREMENTAL_VALUES</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
コントロール定数 - Active Directory Incremental Values.
|
|
PHP 7.3.0 以降で利用可能です。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-control-x-domain-scope">
|
|
<term>
|
|
<constant>LDAP_CONTROL_X_DOMAIN_SCOPE</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
コントロール定数 - Active Directory Domain Scope.
|
|
PHP 7.3.0 以降で利用可能です。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-control-x-permissive-modify">
|
|
<term>
|
|
<constant>LDAP_CONTROL_X_PERMISSIVE_MODIFY</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
コントロール定数 - Active Directory Permissive Modify.
|
|
PHP 7.3.0 以降で利用可能です。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-control-x-search-options">
|
|
<term>
|
|
<constant>LDAP_CONTROL_X_SEARCH_OPTIONS</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
コントロール定数 - Active Directory Search Options.
|
|
PHP 7.3.0 以降で利用可能です。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-control-x-tree-delete">
|
|
<term>
|
|
<constant>LDAP_CONTROL_X_TREE_DELETE</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
コントロール定数 - Active Directory Tree Delete.
|
|
PHP 7.3.0 以降で利用可能です。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-control-x-extended-dn">
|
|
<term>
|
|
<constant>LDAP_CONTROL_X_EXTENDED_DN</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
コントロール定数 - Active Directory Extended DN.
|
|
PHP 7.3.0 以降で利用可能です。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-control-vlvrequest">
|
|
<term>
|
|
<constant>LDAP_CONTROL_VLVREQUEST</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
コントロール定数 - Virtual List View Request.
|
|
PHP 7.3.0 以降で利用可能です。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-control-vlvresponse">
|
|
<term>
|
|
<constant>LDAP_CONTROL_VLVRESPONSE</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
コントロール定数 - Virtual List View Response.
|
|
PHP 7.3.0 以降で利用可能です。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.ldap-escape-dn">
|
|
<term>
|
|
<constant>LDAP_ESCAPE_DN</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
LDAP DN 中で使う文字列をエスケープします
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-escape-filter">
|
|
<term>
|
|
<constant>LDAP_ESCAPE_FILTER</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
LDAP フィルタ 中で使う文字列をエスケープします
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.ldap-modify-batch-attrib">
|
|
<term>
|
|
<constant>LDAP_MODIFY_BATCH_ATTRIB</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
変更される配列には、以下の属性を含みます:
|
|
<literal>attrib</literal>
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-modify-batch-modtype">
|
|
<term>
|
|
<constant>LDAP_MODIFY_BATCH_MODTYPE</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
変更される配列には、以下の変更タイプを含みます:
|
|
<literal>modtype</literal>
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-modify-batch-values">
|
|
<term>
|
|
<constant>LDAP_MODIFY_BATCH_VALUES</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
変更される配列には、以下の属性を含みます:
|
|
<literal>values</literal>
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.ldap-modify-batch-add">
|
|
<term>
|
|
<constant>LDAP_MODIFY_BATCH_ADD</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
LDAP エントリの属性に値を追加します
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-modify-batch-remove">
|
|
<term>
|
|
<constant>LDAP_MODIFY_BATCH_REMOVE</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
LDAP エントリの属性から値を削除します
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-modify-batch-remove-all">
|
|
<term>
|
|
<constant>LDAP_MODIFY_BATCH_REMOVE_ALL</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
LDAP エントリの属性から全ての値を削除します
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-modify-batch-replace">
|
|
<term>
|
|
<constant>LDAP_MODIFY_BATCH_REPLACE</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
LDAPエントリの属性の現在の値をすべて、指定された値に置き換えます
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.ldap-opt-timeout">
|
|
<term>
|
|
<constant>LDAP_OPT_TIMEOUT</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
同期 LDAP APIへの呼び出しに対して、
|
|
応答がない場合に呼び出しを中止するまでのタイムアウト(秒単位)を指定します。
|
|
また、SASL bind の場合に KDC との通信時のタイムアウトも制御します。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.ldap-opt-x-sasl-authcid">
|
|
<term>
|
|
<constant>LDAP_OPT_X_SASL_AUTHCID</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
SASL authorization identity を返します
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-x-sasl-authzid">
|
|
<term>
|
|
<constant>LDAP_OPT_X_SASL_AUTHZID</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
SASL authorization identity を返します
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-x-sasl-mech">
|
|
<term>
|
|
<constant>LDAP_OPT_X_SASL_MECH</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
SASL mechanism を返します
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-x-sasl-nocanon">
|
|
<term>
|
|
<constant>LDAP_OPT_X_SASL_NOCANON</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
<literal>NOCANON</literal> フラグを 設定/取得 します。
|
|
せっていされていない場合、ホスト名は正規化されます。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-x-sasl-realm">
|
|
<term>
|
|
<constant>LDAP_OPT_X_SASL_REALM</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
SASL realm を返します
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-x-sasl-username">
|
|
<term>
|
|
<constant>LDAP_OPT_X_SASL_USERNAME</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
SASL ユーザー名を返します
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.ldap-opt-x-tls-allow">
|
|
<term>
|
|
<constant>LDAP_OPT_X_TLS_ALLOW</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
ピア証明書が要求されています。
|
|
証明書が提供されない場合、セッションは通常通り処理されます。
|
|
不正な証明書が提供された場合、それは無視され、セッションは通常通り処理されます。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-x-tls-demand">
|
|
<term>
|
|
<constant>LDAP_OPT_X_TLS_DEMAND</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
ピア証明書が要求されています。
|
|
証明書が提供されない場合、または不正な証明書だった場合、
|
|
セッションはすぐに終了します。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-x-tls-hard">
|
|
<term>
|
|
<constant>LDAP_OPT_X_TLS_HARD</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
<constant>LDAP_OPT_X_TLS_DEMAND</constant> &Alias;
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-x-tls-never">
|
|
<term>
|
|
<constant>LDAP_OPT_X_TLS_NEVER</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
ピア証明書は要求されていませんし、チェックされていません
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-x-tls-try">
|
|
<term>
|
|
<constant>LDAP_OPT_X_TLS_TRY</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
ピア証明書が要求されています。
|
|
証明書が提供されない場合、セッションは通常通り処理されます。
|
|
不正な証明書が提供された場合、セッションはすぐに終了します。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.ldap-opt-x-tls-crl-all">
|
|
<term>
|
|
<constant>LDAP_OPT_X_TLS_CRL_ALL</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
証明書チェイン全体の CRL をチェックします
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-x-tls-crl-none">
|
|
<term>
|
|
<constant>LDAP_OPT_X_TLS_CRL_NONE</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
CRL のチェックを行いません
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-x-tls-crl-peer">
|
|
<term>
|
|
<constant>LDAP_OPT_X_TLS_CRL_PEER</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
ピア証明書の CRL をチェックします
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.ldap-opt-x-tls-package">
|
|
<term>
|
|
<constant>LDAP_OPT_X_TLS_PACKAGE</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
TLS 実装の基盤の名前を返します
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.ldap-opt-x-tls-protocol-ssl2">
|
|
<term>
|
|
<constant>LDAP_OPT_X_TLS_PROTOCOL_SSL2</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
SSL 2.0 プロトコル
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-x-tls-protocol-ssl3">
|
|
<term>
|
|
<constant>LDAP_OPT_X_TLS_PROTOCOL_SSL3</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
SSL 3 プロトコル
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-x-tls-protocol-tls1-0">
|
|
<term>
|
|
<constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_0</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
TLS 1.0 プロトコル
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-x-tls-protocol-tls1-1">
|
|
<term>
|
|
<constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_1</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
TLS 1.1 プロトコル
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ldap-opt-x-tls-protocol-tls1-2">
|
|
<term>
|
|
<constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_2</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
TLS 1.2 プロトコル
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
</appendix>
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
-->
|