ONC With Publickey LDAP Support Software Pack Release Notes
ONC with Publickey LDAP Support Software Pack
Installing and Configuring Publickey with LDAP Support
Chapter 1 13
Save a copy of the /etc/nsswitch.conf file and modify the original to add an
entry for LDAP support to the publickey service as follows:
publickey: ldap [NOTFOUND=return] files
The following shows the contents of the sample file, /etc/nsswitch.ldap:
# /etc/nsswitch.ldap
# An example file that could be copied over to /etc/nsswitch.conf.
# It used LDAP (Lightweight Directory Access Protocol) in
# conjunction with dns and files.
#
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