File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / uboot / pam.d / xdm
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Thu Jan 23 09:28:12 2014 UTC (10 years, 5 months ago) by misho
Branches: elwix2_2
add files

#
# $FreeBSD: src/etc/pam.d/xdm,v 1.11 2007/06/10 18:57:20 yar Exp $
#
# PAM configuration for the "xdm" service
#

# auth
#auth		sufficient	pam_krb5.so		no_warn try_first_pass
#auth		sufficient	pam_ssh.so		no_warn try_first_pass
auth		required	pam_unix.so		no_warn try_first_pass

# account
account		required	pam_nologin.so
#account 	required	pam_krb5.so
account		required	pam_unix.so

# session
#session 	required	pam_ssh.so		want_agent
session		required	pam_lastlog.so		no_fail

# password
password	required	pam_deny.so

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>