LDAP-UX Client Services B.04.10 with Microsoft Windows Active Directory Server Administrator's Guide

3. Run /opt/ldapux/config/ldap_proxy_config -p to display the proxy user you just
configured and confirm that it is correct.
4. Run /opt/ldapux/config/ldap_proxy_config -vto verify the proxy user is working.
Example
For example, the following command configures the local client to use a proxy user DN of
CN=Proxy User, CN=Users, DC=cup, DC=hp, DC=com with a password of abcd1234:
cd /opt/ldapux/config
./ldap_proxy_config -i
CN=Proxy User, CN=Users, DC=cup, DC=hp, DC=com
abcd1234
The following command displays the current proxy user:
./ldap_proxy_config -p
PROXY DN: CN=Proxy User, CN=Users, DC=cup, DC=hp, DC=com
Displaying the Current Profile
You can display the profile in use by any client by running
/opt/ldapux/config/display_profile_cache on that client. The current profile is in
the binary file/etc/opt/ldapux/ldapux_profile.bin.
cd /opt/ldapux/config
./display_profile_cache
You can also find out from where in the directory the client downloaded the profile by displaying
the file /etc/opt/ldapux/ldapux_client.conf and looking for the line beginning with
PROFILE_ENTRY_DN, for example:
grep ^PROFILE_ENTRY_DN /etc/opt/ldapux/ldapux_client.conf
PROFILE_ENTRY_DN="CN=Profile1, CN=Configuration, DC=cup, DC=hp, DC=com"
Creating a New Profile
To create a new profile, run /etc/ldapux/config/setup.When setup requests the DN of
the profile, give a DN that does not exist and setup prompts you for the parameters to build a
new profile. The setup program also configures the local client to use the new profile.
Alternatively, you can use your directory administration tools to make a copy of an existing
profile and modify it.
You can also use the interactive tool create_profile_entry to create a new profile as follows:
cd /opt/ldapux/config
./create_profile_entry
Once you create a new profile, configure client systems to use it as described in “Changing Which
Profile a Client is Using” (page 125).
Modifying a Profile
You can modify an existing profile directly using the Active Directory Services Interface (ADSI).
Refer to “LDAP-UX Client Services Object Classes” (page 141) for a complete description of the
PosixDUAProfile and PosixNamingProfile object classes, their attributes, and what values
each attribute can have.
After modifying a profile, each client that regularly downloads its profile automatically will get
the changes as scheduled. Refer to “Downloading the Profile Periodically” (page 55) for details.
124 Administering LDAP-UX Client Services