検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 48 for dn (0.007 sec.)
LDAP ディレクトリにエントリを付加する 7255
« ldap_add_ext ldap_bind_ext » PHP Manual LDAP 関数 LDAP ディレクトリにエントリを付加する ldap_a ... する 説明 ldap_add ( LDAP\Connection $ldap , string $dn , array $entry , ? array $controls = null ): bool ... ct() が返す LDAP\Connection クラスのインスタンス。 dn LDAP エンティティの識別名。 entry そのエントリに関 ... 仮定 if ( $ds ) { // 更新アクセスを行うために適当な dn でバインドする $r = ldap_bind ( $ds , "cn=root, o= ...
https://man.plustar.jp/php/function.ldap-add.html - [similar]
拡張されたオペレーションを実行する 7149
« ldap_exop_whoami ldap_explode_dn » PHP Manual LDAP 関数 拡張されたオペレーションを実行する lda ... on this host if ( $ds ) { // bind with appropriate dn to give update access $bind = ldap_bind ( $ds , "c ... op ( $ds , $r , $retdata ); // Output: string(31) "dn:cn=root, o=My Company, c=US" var_dump ( $retdata ) ...
https://man.plustar.jp/php/function.ldap-exop.html - [similar]
SASL を使用して LDAP ディレクトリにバインドする 7103
« ldap_rename ldap_search » PHP Manual LDAP 関数 SASL を使用して LDAP ディレクトリにバインドする ... ldap_sasl_bind ( LDAP\Connection $ldap , ? string $dn = null , ? string $password = null , ? string $mec ... バージョンでは、 リソース を期待していました。 8.0.0 dn , password , mech , realm , authc_id , authz_id , ...
https://man.plustar.jp/php/function.ldap-sasl-bind.html - [similar]
検索結果のエントリ数を数える 6997
« ldap_control_paged_result ldap_count_references » PHP Manual LDAP 関数 検索結果のエントリ数を数 ... 有効なリンク ID です (ldap_connect を参照ください) $dn = 'ou=example,dc=org'; $filter = '(|(sn=Doe*)(give ... sn', 'givenname', 'mail'); $sr = ldap_search($ds, $dn, $filter, $justthese); var_dump(ldap_count_entries ...
https://man.plustar.jp/php/function.ldap-count-entries.html - [similar]
Refresh 拡張操作のヘルパ 6997
« ldap_exop_passwd ldap_exop_whoami » PHP Manual LDAP 関数 Refresh 拡張操作のヘルパ ldap_exop_re ... dap_exop_refresh ( LDAP\Connection $ldap , string $dn , int $ttl ): int | false Refresh 拡張オペレーショ ... ct() が返す LDAP\Connection クラスのインスタンス。 dn リフレッシュするエンティティの識別名。 ttl 自動的に ...
https://man.plustar.jp/php/function.ldap-exop-refresh.html - [similar]
LDAP 結果エントリをクライアント側でソートする 6997
« ldap_set_rebind_proc ldap_start_tls » PHP Manual LDAP 関数 LDAP 結果エントリをクライアント側で ... $ds は有効なリンク ID です (ldap_connect を参照) $dn = 'ou=example,dc=org' ; $filter = '(|(sn=Doe*)(giv ... 'givenname' , 'mail' ); $sr = ldap_search ( $ds , $dn , $filter , $justthese ); // ソート ldap_sort ( $d ...
https://man.plustar.jp/php/function.ldap-sort.html - [similar]
基本的な使用法 6997
« 例 LDAP コントロール » PHP Manual 例 基本的な使用法 基本的な使用法 あるディレクトリサーバーから ... ( $i = 0 ; $i < $info [ "count" ]; $i ++) { echo "dn is: " . $info [ $i ][ "dn" ] . "<br />" ; echo "fi ...
https://man.plustar.jp/php/ldap.examples-basic.html - [similar]
定義済み定数 6937
« リソース型 PHP LDAP コールの使用法 » PHP Manual LDAP 定義済み定数 定義済み定数 以下の定数が定義 ... ンのエラーメッセージを取得します。 LDAP_OPT_MATCHED_DN ( int ) 接続に紐付いた DN にマッチする値を取得/設定 ... 7.3.0 以降で利用可能です。 LDAP_CONTROL_X_EXTENDED_DN ( string ) コントロール定数 - Active Directory Ext ... ended DN. PHP 7.3.0 以降で利用可能です。 LDAP_CONTROL_VLVRE ...
https://man.plustar.jp/php/ldap.constants.html - [similar]
PASSWD 拡張オペレーションのヘルパ 6785
« ldap_escape ldap_exop_refresh » PHP Manual LDAP 関数 PASSWD 拡張オペレーションのヘルパ ldap_ex ... のインスタンス。 user パスワードを変更するユーザーの dn old_password このユーザーの古いパスワード。 サーバ ... on this host if ( $ds ) { // bind with appropriate dn to give update access $bind = ldap_bind ( $ds , "c ...
https://man.plustar.jp/php/function.ldap-exop-passwd.html - [similar]
単一階層の検索を行う 6634
« ldap_get_values ldap_mod_add_ext » PHP Manual LDAP 関数 単一階層の検索を行う ldap_list (PHP 4, ... n クラスのインスタンス。 base ディレクトリのベース DN。 filter attributes 必要な属性を、 array("mail", "s ... "cn") のような通常の PHP 文字列配列で保持します。 "dn" は要求された属性の型によらず常に返されることに注意 ... / $ds はディレクトリサーバーの有効なリンク ID $basedn = "o=My Company, c=US" ; $justthese = array( "ou" ... ); $sr = ldap_list ( $ds , $basedn , "ou=*" , $justthese ); $info = ldap_get_entries ...
https://man.plustar.jp/php/function.ldap-list.html - [similar]
PREV 1 2 3 4 5 NEXT