NamesLdapAuthenticateBindMethod

This property specifies the authentication method the client LDAP naming adapter should use while connecting to the LDAP directory to resolve connect string names.

Declaration

// C#
public static string NamesLdapAuthenticateBindMethod { get; set; }

Property Type

System.String

Remarks

The simple authentication method over LDAPS (LDAP over TLS connection) is supported.

Store the directory entry distinguished name and password in an Oracle wallet. When the client connects to the LDAP server, it is authenticated using the credentials stored in this wallet. The wallet must contain client certificates. Its trust store must contain the certificates issued by the certificate authority of the LDAP server.

The parameter value is a string (ldaps_simple_auth).

The LDAP naming adapter uses the oracle.ldap.client.dn and oracle.ldap.client.password entries from the wallet for authenticating to the LDAP server. If these entries are not present, then the client attempts an anonymous authentication using TLS or LDAPS.

Default

none