| Oracle9i Net Services Reference Guide Release 1 (9.0.1) Part Number A90155-01 | 
 | 
This chapter provides a complete listing of the ldap.ora file configuration parameters. 
This chapter contains these topics:
The ldap.ora file contains directory usage configuration parameters created by Oracle Net Configuration Assistant. Do not modify these parameters or their settings. 
The ldap.ora file is located in the $ORACLE_HOME/network/admin directory on UNIX, and the ORACLE_HOME\network\admin directory on Windows operating systems.
This section lists and describes the ldap.ora file configuration parameters. 
The DIRECTORY_SERVERS parameter contains a list of primary and alternate LDAP directory servers with their host and port numbers.
host:port[:sslport] 
DIRECTORY_SERVERS=dlsun1778:389, raffles:400:636
The DIRECTORY_SERVER_TYPE parameter contains the type of directory server that is being used.
oid | ad 
oid--Oracle Internet Directory
ad--Microsoft Active Directory
DIRECTORY_TYPE=oid
The DEFAULT_ADMIN_CONTEXT parameter specifies the default directory entry that contains an Oracle Context from which connect identifiers can be created, modified, or looked up.
DEFAULT_ADMIN_CONTEXT="o=OracleSoftware,c=US"
| 
 |  Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. | 
 |