xref: /dragonfly/etc/pam.d/xdm (revision 33311965)
1#
2# $FreeBSD: src/etc/pam.d/xdm,v 1.12 2009/10/05 09:28:54 des Exp $
3#
4# PAM configuration for the "xdm" service
5#
6
7# auth
8#auth		sufficient	pam_krb5.so		no_warn try_first_pass
9#auth		sufficient	pam_ssh.so		no_warn try_first_pass
10auth		required	pam_unix.so		no_warn try_first_pass
11
12# account
13account		required	pam_nologin.so
14#account	required	pam_krb5.so
15account		required	pam_unix.so
16
17# session
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
23
24# password
25password	required	pam_deny.so
26