2 # $FreeBSD: src/etc/pam.d/xdm,v 1.12 2009/10/05 09:28:54 des Exp $
4 # PAM configuration for the "xdm" service
8 #auth sufficient pam_krb5.so no_warn try_first_pass
9 #auth sufficient pam_ssh.so no_warn try_first_pass
10 auth required pam_unix.so no_warn try_first_pass
13 account required pam_nologin.so
14 #account required pam_krb5.so
15 account required pam_unix.so
18 #session required pam_ssh.so want_agent
19 # xdm has a software bug in it where session callbacks can occur
20 # after the widget has been destroyed, causing a seg-fault. Commenting
21 # out the session line works around the problem.
22 #session required pam_lastlog.so no_fail
25 password required pam_deny.so