rpms/openldap/F-9 openldap.spec,1.121,1.122

Jan Šafránek (jsafrane) fedora-extras-commits at redhat.com
Wed May 28 12:19:57 UTC 2008


Author: jsafrane

Update of /cvs/pkgs/rpms/openldap/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11565

Modified Files:
	openldap.spec 
Log Message:
use /sbin/nologin as shell of ldap user
Resolves: #447919


Index: openldap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openldap/F-9/openldap.spec,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- openldap.spec	22 May 2008 21:26:15 -0000	1.121
+++ openldap.spec	28 May 2008 12:19:16 -0000	1.122
@@ -8,7 +8,7 @@
 Summary: The configuration files, libraries, and documentation for OpenLDAP
 Name: openldap
 Version: %{version}
-Release: 3%{?dist}.1
+Release: 4%{?dist}
 License: OpenLDAP
 Group: System Environment/Daemons
 Source0: ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/openldap-%{version}.tgz
@@ -406,7 +406,7 @@
 %pre servers
 # Take care to only do ownership-changing if we're adding the user.
 if /usr/sbin/useradd -c "LDAP User" -u 55 \
-    -s /bin/false -r -d /var/lib/ldap ldap 2> /dev/null ; then
+    -s /sbin/nologin -r -d /var/lib/ldap ldap 2> /dev/null ; then
     if [ -d /var/lib/ldap ] ; then
         for dbfile in /var/lib/ldap/* ; do
             if [ -f $dbfile ] ; then
@@ -561,6 +561,9 @@
 %attr(0644,root,root)      %{evolution_connector_libdir}/*.a
 
 %changelog
+* Wed May 28 2008 Jan Safranek <jsafranek at redhat.com> 2.4.8-4
+- use /sbin/nologin as shell of ldap user (#447919)
+
 * Thu May 22 2008 Tom "spot" Callaway <tcallawa at redhat.com> 2.4.8-3.1
 - minor bump for sparc rebuild
 




More information about the fedora-extras-commits mailing list