misc/167261: [patch] Remove etc/pam.d/kde module from base system

Alberto Villa avilla at FreeBSD.org
Tue Apr 24 08:10:09 UTC 2012


>Number:         167261
>Category:       misc
>Synopsis:       [patch] Remove etc/pam.d/kde module from base system
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 24 08:10:08 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Alberto Villa
>Release:        
>Organization:
>Environment:
>Description:
FreeBSD ships a KDE PAM module (kde) in base, but it's missing support for passwordless login (kde-np), and it doesn't really belong in base system. We have been shipping both modules via security/pam_kde port for six months, so, with my kde@ hat on, I ask to remove the one in base.
>How-To-Repeat:

>Fix:
Well, it's quite trivial, nonetheless I attached a patch. Of course, etc/pam.d/kde has to be `svn rm`'d.

Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 234197)
+++ Makefile	(working copy)
@@ -7,7 +7,6 @@
 	cron \
 	ftpd \
 	imap \
-	kde \
 	login \
 	other \
 	passwd pop3 \
Index: kde
===================================================================
--- kde	(revision 234197)
+++ kde	(working copy)
@@ -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


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list