LdapAdmin
This property specifies the ldap.ora
directory location.
Declaration
// C# public static string LdapAdmin { get; set; }
Property Type
System.String
The LdapAdmin
setting works in conjunction with the TnsAdmin
setting to determine the ldap.ora
search order.
Example
// C# OracleConfiguration.LdapAdmin=@"D:\user\ldap\";
Remarks
ODP.NET will search for ldap.ora using the following location search order:
-
TnsAdmin
setting -
LdapAdmin
setting -
Directory of the running ODP.NET Core assembly
-
Current working directory