- FreeBSD ships a KDE PAM module in base, but it's missing support for passwordless login (kde-np),

and it doesn't really belong in base system.

PR:		misc/167261
Submitted by:	avilla@
Approved by:	rwatson (mentor)
MFC after:	3 days
This commit is contained in:
Martin Wilke 2012-05-30 03:10:22 +00:00
parent ee4e9133d4
commit 57eef2a0b2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=236281
3 changed files with 2 additions and 20 deletions

View File

@ -38,6 +38,8 @@
# xargs -n1 | sort | uniq -d;
# done
# 20120530: kde pam lives now in ports
OLD_FILES+=/etc/pam.d/kde
# 20120505: new clang import installed a redundant internal header
OLD_FILES+=usr/include/clang/3.1/stdalign.h
# 20120428: MD2 removed from libmd

View File

@ -7,7 +7,6 @@ FILES= README \
cron \
ftpd \
imap \
kde \
login \
other \
passwd pop3 \

View File

@ -1,19 +0,0 @@
#
# $FreeBSD$
#
# 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