View | Details | Raw Unified | Return to bug 16076
Collapse All | Expand All

(-)pam.conf (+8 lines)
Lines 24-29 Link Here
24
24
25
# XDM is difficult; it fails or moans unless there are modules for each
25
# XDM is difficult; it fails or moans unless there are modules for each
26
# of the four management groups; auth, account, session and password.
26
# of the four management groups; auth, account, session and password.
27
#
28
# Uncomment the following three lines to use the pam_ssh module that
29
# comes with the OpenSSH port (/usr/ports/security/openssh).
30
#
31
#xdm 	auth	requisite	pam_cleartext_pass_ok.so
32
#xdm	auth	sufficient	pam_ssh.so			try_first_pass
33
#xdm	session	optional	pam_ssh.so
34
27
xdm	auth	required	pam_unix.so
35
xdm	auth	required	pam_unix.so
28
#xdm	auth	sufficient	pam_kerberosIV.so		try_first_pass
36
#xdm	auth	sufficient	pam_kerberosIV.so		try_first_pass
29
xdm	account	required	pam_unix.so			try_first_pass
37
xdm	account	required	pam_unix.so			try_first_pass

Return to bug 16076