
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, add
either pam_lmx.so.1 or pam_lmx_store.so.1 (as appropriate)
according to the version of Solaris in use.  See the sample
configuration files found in /opt/SUNWlzpm/bin/

In Solaris 8 (without patch 108993-32) and earlier versions,
change the line beginning with "other password" by replacing
pam_unix with pam_lmx.  After editing, the "other password"
lines should look something like this:

	#
	# Password management
	#
	# PC NetLink Password Synchronization
	# Note: This REPLACES the pam_unix line
	other	password required	/usr/lib/security/pam_lmx.so.1
	#other	password required	/usr/lib/security/pam_unix.so.1 


In Solaris 9 and later, (and on Solaris 8 with patch 108993-32)
add pam_lmx_store.so.1 immediately BEFORE the existing line with
pam_authtok_store in the fourth column. Do NOT comment out any
of the existing lines as might have been previously directed.
After editing, the password section of pam.conf should look
something like this:

	#
	# Default definition for  Password management
	# Used when service name is not explicitly mentioned...
	# Note: Added one line for PC NetLink password sync,
	# (pam_lmx_store.so.1) just before pam_authtok_store.
	#
	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_store.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.
