Results of 31 - 40 of about 48 for dn (0.014 sec.)
- エントリを読み込む 6634
- « ldap_parse_result ldap_rename_ext » PHP Manual LDAP 関数 エントリを読み込む ldap_read (PHP 4,
...
n クラスのインスタンス。 base ディレクトリのベース DN。 filter 空のフィルタは指定できません。 このエントリ ...
"cn") のような通常の PHP 文字列配列で保持します。 "dn" は要求された属性の型によらず常に返されることに注意 ...
-
https://man.plustar.jp/php/function.ldap-read.html
- [similar]
- 新しいグローバル定数 6634
- « その他の拡張モジュールに対する変更 PHP のデバッグ » PHP Manual PHP 5.5.x から PHP 5.6.x への移
...
定数 GD IMG_WEBP (PHP 5.6.25 以降) LDAP LDAP_ESCAPE_DN LDAP_ESCAPE_FILTER OpenSSL OPENSSL_DEFAULT_STREAM_ ...
-
https://man.plustar.jp/php/migration56.constants.html
- [similar]
- CSR を作成する 6573
- « openssl_csr_get_subject openssl_csr_sign » PHP Manual OpenSSL 関数 CSR を作成する openssl_csr_
...
メイン // または電子メールのオーナーを参照します。 $dn = array( "countryName" => "GB" , "stateOrProvinceN ...
)); // CSR を生成します $csr = openssl_csr_new ( $dn , $privkey , array( 'digest_alg' => 'sha256' )); / ...
-
https://man.plustar.jp/php/function.openssl-csr-new.html
- [similar]
- PHP LDAP コールの使用法 6573
- « 定義済み定数 LDAP コントロール » PHP Manual LDAP PHP LDAP コールの使用法 PHP LDAP コールの使用
...
クトリサーバーの名前またはアドレス サーバーの "base dn" (このサーバーがあるワールドディレクトリ の部分で、 ...
-
https://man.plustar.jp/php/ldap.using.html
- [similar]
- LDAP ディレクトリにエントリを付加する 6528
- « ldap_8859_to_t61 ldap_add » PHP Manual LDAP 関数 LDAP ディレクトリにエントリを付加する ldap_ad
...
説明 ldap_add_ext ( LDAP\Connection $ldap , string $dn , array $entry , ? array $controls = null ): LDAP\ ...
-
https://man.plustar.jp/php/function.ldap-add-ext.html
- [similar]
- LDAP ディレクトリにバインドする 6528
- « ldap_add ldap_bind » PHP Manual LDAP 関数 LDAP ディレクトリにバインドする ldap_bind_ext (PHP 7
...
ldap_bind_ext ( LDAP\Connection $ldap , ? string $dn = null , ? string $password = null , ? array $cont ...
-
https://man.plustar.jp/php/function.ldap-bind-ext.html
- [similar]
- ディレクトリからエントリを削除する 6528
- « ldap_count_references ldap_delete » PHP Manual LDAP 関数 ディレクトリからエントリを削除する ld
...
ldap_delete_ext ( LDAP\Connection $ldap , string $dn , ? array $controls = null ): LDAP\Result | false ...
-
https://man.plustar.jp/php/function.ldap-delete-ext.html
- [similar]
- 現在の属性に属性を追加する 6528
- « ldap_list ldap_mod_add » PHP Manual LDAP 関数 現在の属性に属性を追加する ldap_mod_add_ext (PHP
...
ldap_mod_add_ext ( LDAP\Connection $ldap , string $dn , array $entry , ? array $controls = null ): LDAP\ ...
-
https://man.plustar.jp/php/function.ldap-mod_add-ext.html
- [similar]
- 現在の属性から属性を削除する 6528
- « ldap_mod_add ldap_mod_del » PHP Manual LDAP 関数 現在の属性から属性を削除する ldap_mod_del_ext
...
ldap_mod_del_ext ( LDAP\Connection $ldap , string $dn , array $entry , ? array $controls = null ): LDAP\ ...
-
https://man.plustar.jp/php/function.ldap-mod_del-ext.html
- [similar]
- 属性を新規の値に置換する 6528
- « ldap_mod_del ldap_mod_replace » PHP Manual LDAP 関数 属性を新規の値に置換する ldap_mod_replace
...
_mod_replace_ext ( LDAP\Connection $ldap , string $dn , array $entry , ? array $controls = null ): LDAP\ ...
-
https://man.plustar.jp/php/function.ldap-mod_replace-ext.html
- [similar]