ERRATA
On page 116, the statements:
-
"Solaris clients using pam_unix do not require read access to the
password attribute, and they do not need the password to be stored
in any specific format in the directory.
"As an added benefit, because pam_unix authenticates users directly
to the directory server..."
Should read:
-
"Solaris clients using pam_ldap do not require read access to the
password attribute, and they do not need the password to be stored
in any specific format in the directory.
"As an added benefit, because pam_ldap authenticates users directly
to the directory server..."
On page 139, the code box at the bottom:
-
cat passwd.nis | dsimport -n -m file.mapping -t passwd
\ -M SIMPLE -D "adminDN" -w "adminPasswd" > passwd.nis
Should read:
-
cat passwd.nis | dsimport -n -m file.mapping -t passwd \
-M SIMPLE -D "adminDN" -w "adminPasswd" > passwd.ldif
|
|