# # LDAP scripts configuration file # # Supplier server configuration parameters: # # LDAP_HOME Netscape home directory (/data/netscape/ds-master or # /data/netscape/ds-replica) # LDAP_HOST Suplier server (either Master or Replica) hostname in # FQDN format # LDAP_DC Suplier server hostname in LDAP "dc" (domain component) # format # LDAP_AUTH Directory Manager authentication DN # LDAP_PASS Directory Manager authentication password # # Note: The LDAP_HOME and LDAP_HOST configuration parameters depend on which # machine disaster recovery scripts are installed (Master or Replica) # # Consumer server configuration parameters: # # LDAP_CONSUMER_PORT Port # LDAP_CONSUMER_AUTH Supplier authentication DN # LDAP_CONSUMER_PASS Supplier authentication password # # Test scripts configuration parameters: # # LDAP_TEST_HOSTS List of the LDAP Servers, note that the reference # server (usually the same as defined in LDAP_HOST) # must be the very first in the list # LDAP_TEST_BASE Test entry base domain, defines where test entry # will be created # LDAP_TEST_USER Test entry identifier # LDAP_HOME=/data/netscape/ds-master LDAP_HOST=ldpm.isp01.com LDAP_DC="dc=PLDP01-UKSR, dc=isp, dc=isp01, dc=com" LDAP_PORT=389 LDAP_AUTH="cn=Directory Manager" LDAP_PASS=pass LDAP_CONSUMER_PORT=389 LDAP_CONSUMER_AUTH="cn=supplier" LDAP_CONSUMER_PASS=pass2 LDAP_TEST_HOSTS="lds02.isp01.com lds03.isp01.com" LDAP_TEST_BASE="o=BT" LDAP_TEST_USER="LDAP_Replication_Test"