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 location search order as listed in Oracle Configuration Files for ODP.NET Core and in Oracle Client Configuration File Settings for managed ODP.NET.