LDAP-UX Client Services B.05.00 Administrator's Guide

serv-auth: keyserv:sasl/digest-md5
auth opts: username: uid
realm:
For subsequent LDAP-UX client systems that share the same profile configuration, use the
following steps to download and activate the profile:
1. Log in as root.
2. Go to /opt/ldapux/config:
cd /opt/ldapux/config
3. Use /opt/ldapux/config/get_profile_entry to download the modified LDIF profile:
./get_profile_entry -s nss
4. Run the /opt/ldapux/config/display_profile_cache tool to check the configuration
of the serviceAuthenticationMethod attribute:
./display_profile_cache
5. Restart the LDAP-UX client daemon, ldapclientd, if you change the authentication method
from non-SSL to SSL. Otherwise, skip this step.
2.4.7.6 Configuring Name Service Switch (NSS)
Configure the Name Service Switch (NSS) to enable the LDAP support for NIS-based publickeys.
You can save a copy of /etc/nsswitch.conf file and modify the original to add LDAP support
to the NIS publickey service. See /etc/nsswitch.ldap for a sample.
The following shows the sample file, /etc/nsswitch.ldap:
passwd: files ldap
group: files ldap
hosts: dns files ldap
networks: files ldap
protocols: files ldap
rpc: files ldap
publickey: ldap [NOTFOUND=return] files
netgroup: files ldap
automount: files ldap
aliases: files
services: files ldap
2.5 Post-installation configuration tasks
This section includes tasks you can perform after performing your guided or customized
installation.
2.5 Post-installation configuration tasks 89