
Important notes on editing pam.conf:

These instructions have changed as of patch 114143-01.
Please disregard any earlier instructions found in the
product documentation or release notes regarding how to
edit your pam.conf file.

To support password synchronization with PC NetLink,
you must add pam_lmx.so.1 in the correct place in your
/etc/pam.conf file.  The correct place depends on the
Solaris release as follows:

In Solaris 8 and earlier, add pam_lmx.so.1 immediately BEFORE
the pam_unix line with "other" in column 1 and "password" in
column two.  Do NOT comment out pam_unix as described in the
original product release notes.  After editing, the password
section of pam.conf should look something like this:

	#
	# Password management
	#
	other	password sufficient	/usr/lib/security/pam_lmx.so.1
	other	password required	/usr/lib/security/pam_unix.so.1 


In Solaris 9 and later, add pam_lmx.so.1 immediately BEFORE
the pam_authtok_store.so.1 line. Do NOT comment out any of the
pam_authtok_* lines as might have been previously directed.
After editing, the password section of pam.conf should contain:

	#
	# Default definition for  Password management
	# Used when service name is not explicitly mentioned...
	#
	other	password required	pam_dhkeys.so.1
	other	password requisite	pam_authtok_get.so.1
	other	password requisite	pam_authtok_check.so.1
	other	password sufficient	pam_lmx.so.1
	other	password required	pam_authtok_store.so.1


There are sample pam.conf files in the same directory as this
README file, one for each Solaris release PC NetLink supports.
