Authentication
このセクションでは、本プロバイダーの接続設定で設定可能なAuthentication プロパティの全リストを提供します。
プロパティ | 説明 |
Server | LDAP サーバーのドメイン名、もしくはIP。 |
Port | LDAP サーバーが起動しているポート。 |
User | ユーザーの識別名 |
Password | 指定されたユーザーの識別名のパスワード。 |
BaseDN | 結果を指定されたサブツリーに限定する、識別名のベース部分。 |
UseSSL | Whether or not to use SSL to connect to the server. |
LDAPVersion | サーバーに接続し、交信する際に使われるLDAP バージョン。 |
AuthMechanism | LDAP サーバーに接続する際の認証メカニズム。 |
Scope | 検索の範囲を、サブツリー全体(BaseDN およびすべての下の階層)、単一のレベル(BaseDN および、直接の子階層)、もしくはベースオブジェクト(BaseDN のみ)に制限します。 |
DNAttributeFilter | Whether to use distinguishedName or entryDN as the DN attribute name to use for filters. |
IntegratedSecurity | Whether or not to use the user's current context when logging in. |