LDAP-UX Client Services B.05.00 with Microsoft Windows Active Directory Server Administrator's Guide (obsolete beyond B.05.00)
NOTE: By default, the cn=system,DC=myorg,DC=mycom,DC=com configuration container
only exists in the root domain. To create the standard profile path for LDAP-UX, manually create
it in each domain using ADSI Edit before running the setup tool to configure profiles.
3.4 Understanding the ldapux_client.conf configuration file
When you set up LDAP-UX, the /etc/opt/ldapux_client.conf file is automatically created
to specify where the directory is located, the profile data path, and the logging configuration. In
previous releases, typically, this file has the following contents:
Service: NSS
LDAP_HOSTPORT="192.1.2.3:389"
PROFILE_ENTRY_DN="cn=caprofile,
cn=system,DC=ab,DC=ny,DC=com"
PROGRAM="/opt/ldapux/config/create_profile_cache"
With ADS multiple domain support, this file has been modified to contain more information. A
new keyword, PROFILE_ID, has been introduced to specify the role of each configuration section.
PROFILE_ID has three possible values:
• "local"—specifies the information for the local domain.
Service: NSS
PROFILE_ID="local"
LDAP_HOSTPORT="serverA.ca.com:389"
PROFILE_ENTRY_DN="cn=caprofile,cn=system,DC=ca,DC=com"
PROGRAM="/opt/ldapux/config/create_profile_cache"
• "la.ca.com"—specifies the information for the remote domain.
PROFILE_ID="la.ca.com"
LDAP_HOSTPORT="serverB.la.ca.com:389"
PROFILE_ENTRY_DN="cn=ldapuxprofile,cn=system,dc=la,dc=ca,dc=com"
PROGRAM="/opt/ldapux/config/create_profile_cache -i
/etc/opt/ldapux/domain_profiles/ldapux_profile.ldif.la.ca.com -o
/etc/opt/ldapux/domain_profiles/ldapux_profile.bin.la.ca.com"
• "gc"—specifies the information for GCS.
PROFILE_ID="gc"
LDAP_HOSTPORT="serverA.ca.com:389"
PROFILE_ENTRY_DN="cn=globalprofile,cn=system,DC=la,DC=ca, DC=com"
PROGRAM="/opt/ldapux/config/create_profile_cache -i
/etc/opt/ldapux/domain_profiles/ldapux_profile.ldif.gc -o
/etc/opt/ldapux/domain_profiles/ldapux_profile.bin.gc
The contents of this file are created as you run the setup tool. Therefore, the sequence in this file
represents the sequence in which you create remote domains while running setup, which is also
the sequence that LDAP-UX will connect to domain controllers to perform the search. The local
domain is created first, followed by remote domains, followed by the GCS, then lastly the domains
inside the forest which have not been configured during remote domain configuration.
If you configure remote domains without using the GCS, the file will only include information for
remote domains. If you skip remote domains and just configure GCS, the ldapux_client.conf
66 Active Directory multiple domains