rpms/nss_ldap/F-12 nss_ldap.spec, 1.116, 1.117 pam_ldap-180-local_users.patch, 1.5, 1.6

Nalin Dahyabhai nalin at fedoraproject.org
Wed Nov 4 18:12:41 UTC 2009


Author: nalin

Update of /cvs/extras/rpms/nss_ldap/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13472/F-12

Modified Files:
	nss_ldap.spec pam_ldap-180-local_users.patch 
Log Message:
- add "rtkit" and "pulse" to the list of users whom we default to ignoring
  for looking up supplemental groups (Gordon Messmer, part of #186527)



Index: nss_ldap.spec
===================================================================
RCS file: /cvs/extras/rpms/nss_ldap/F-12/nss_ldap.spec,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -p -r1.116 -r1.117
--- nss_ldap.spec	28 Jul 2009 15:52:25 -0000	1.116
+++ nss_ldap.spec	4 Nov 2009 18:12:40 -0000	1.117
@@ -2,7 +2,7 @@
 Summary: NSS library and PAM module for LDAP
 Name: nss_ldap
 Version: 264
-Release: 7%{?dist}
+Release: 8%{?dist}
 Source0: ftp://ftp.padl.com/pub/nss_ldap-%{version}.tar.gz
 Source1: ftp://ftp.padl.com/pub/pam_ldap-%{pam_ldap_version}.tar.gz
 Source3: nss_ldap.versions
@@ -198,6 +198,10 @@ fi
 %doc pam_ldap-%{pam_ldap_version}/ns-pwd-policy.schema
 
 %changelog
+* Wed Nov  4 2009 Nalin Dahyabhai <nalin at redhat.com> 264-8
+- add "rtkit" and "pulse" to the list of users whom we default to ignoring
+  for looking up supplemental groups (Gordon Messmer, part of #186527)
+
 * Tue Jul 28 2009 Nalin Dahyabhai <nalin at redhat.com> 264-7
 - set close-on-exec on the dummy socket created in the child atfork() (#512856)
 

pam_ldap-180-local_users.patch:
 ldap.conf |    3 +++
 1 file changed, 3 insertions(+)

Index: pam_ldap-180-local_users.patch
===================================================================
RCS file: /cvs/extras/rpms/nss_ldap/F-12/pam_ldap-180-local_users.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- pam_ldap-180-local_users.patch	15 Apr 2008 18:47:58 -0000	1.5
+++ pam_ldap-180-local_users.patch	4 Nov 2009 18:12:40 -0000	1.6
@@ -1,6 +1,7 @@
 Configure by default to fail, quickly, requests for supplemental group
 information for "root", "ldap", and assorted other users as whom services
-run.  This patch will never be pretty.
+run or who are mentioned by the DBus configuration.  This patch will never
+be pretty.
 
 --- pam_ldap-180/ldap.conf	2005-08-17 18:35:13.000000000 -0400
 +++ pam_ldap-180/ldap.conf	2006-02-09 14:14:05.000000000 -0500
@@ -9,7 +10,7 @@ run.  This patch will never be pretty.
  #nss_base_netgroup	ou=Netgroup,dc=padl,dc=com?one
  
 +# Just assume that there are no supplemental groups for these named users
-+nss_initgroups_ignoreusers root,ldap,named,avahi,haldaemon,dbus,radvd,tomcat,radiusd,news,mailman,nscd,gdm,polkituser
++nss_initgroups_ignoreusers root,ldap,named,avahi,haldaemon,dbus,radvd,tomcat,radiusd,news,mailman,nscd,gdm,polkituser,rtkit,pulse
 +
  # attribute/objectclass mapping
  # Syntax:




More information about the scm-commits mailing list