xref: /dragonfly/etc/pam.d/xdm (revision 9ddb8543)
1#
2# $FreeBSD: src/etc/pam.d/xdm,v 1.11 2007/06/10 18:57:20 yar Exp $
3# $DragonFly: src/etc/pam.d/xdm,v 1.1 2005/07/22 18:20:43 joerg Exp $
4#
5# PAM configuration for the "xdm" service
6#
7
8# auth
9#auth		sufficient	pam_krb5.so		no_warn try_first_pass
10#auth		sufficient	pam_ssh.so		no_warn try_first_pass
11auth		required	pam_unix.so		no_warn try_first_pass
12
13# account
14account		required	pam_nologin.so
15#account 	required	pam_krb5.so
16account		required	pam_unix.so
17
18# session
19#session 	required	pam_ssh.so		want_agent
20# xdm has a software bug in it where session callbacks can occur
21# after the widget has been destroyed, causing a seg-fault.  Commenting
22# out the session line works around the problem.
23#session	required	pam_lastlog.so		no_fail
24
25# password
26password	required	pam_deny.so
27