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"
|