head	1.2;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2012.11.17.06.01.14;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2011.10.16.23.33.57;	author avilla;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Switch exporter over
@
text
@#
# $FreeBSD: head/security/pam_kde/files/kde 300897 2012-07-14 14:29:18Z beat $
#
# PAM configuration for the "kde" 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	optional	pam_ssh.so		want_agent
session		required	pam_permit.so
@


1.1
log
@- Add port for shipping of PAM modules used by KDM.

It deprecates the "kde" module in base, and installs (optionally) the
"kde-np" module, which enables auto-logins.
@
text
@d2 1
a2 1
# $FreeBSD$
@

