security/pam_kde: Remove port
Desktop-focused software not aligned with server objectives
This commit is contained in:
parent
804497502e
commit
c78d0d5257
@ -7144,6 +7144,7 @@ security/p5-Authen-Smb
|
||||
security/p5-Net-SinFP
|
||||
security/p5-SAVI-Perl
|
||||
security/pam_howdy
|
||||
security/pam_kde
|
||||
security/pcsc-tools
|
||||
security/pear-Horde_Auth
|
||||
security/pear-Horde_Crypt
|
||||
|
||||
@ -678,7 +678,6 @@
|
||||
SUBDIR += pam_google_authenticator
|
||||
SUBDIR += pam_helper
|
||||
SUBDIR += pam_jail
|
||||
SUBDIR += pam_kde
|
||||
SUBDIR += pam_krb5
|
||||
SUBDIR += pam_krb5-rh
|
||||
SUBDIR += pam_ldap
|
||||
|
||||
@ -1,21 +0,0 @@
|
||||
PORTNAME= pam_kde
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= security kde
|
||||
DISTFILES= # none
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= PAM modules for KDE Display Manager
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= etc/pam.d/kde
|
||||
|
||||
OPTIONS_DEFINE= AUTOLOGIN
|
||||
OPTIONS_DEFAULT= AUTOLOGIN
|
||||
AUTOLOGIN_DESC= Install module for automatic login
|
||||
AUTOLOGIN_PLIST_FILES= etc/pam.d/kde-np
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${PLIST_FILES:S,etc/pam.d,${FILESDIR},} ${STAGEDIR}${PREFIX}/etc/pam.d
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@ -1,16 +0,0 @@
|
||||
# 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,17 +0,0 @@
|
||||
# PAM configuration for the "kde-np" 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
|
||||
auth required pam_permit.so
|
||||
|
||||
# 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 +0,0 @@
|
||||
This port installs PAM modules used by KDM to log into a KDE session.
|
||||
Loading…
x
Reference in New Issue
Block a user