mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
- 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:
parent
ee4e9133d4
commit
57eef2a0b2
3 changed files with 2 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ FILES= README \
|
|||
cron \
|
||||
ftpd \
|
||||
imap \
|
||||
kde \
|
||||
login \
|
||||
other \
|
||||
passwd pop3 \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in a new issue