[Lunar-commits] r25400 - moonbase/trunk/security/nss_ldap

Stefan Wold ratler at lunar-linux.org
Wed Aug 8 08:05:10 CEST 2007


Author: ratler
Date: 2007-08-08 08:05:09 +0200 (Wed, 08 Aug 2007)
New Revision: 25400

Modified:
   moonbase/trunk/security/nss_ldap/BUILD
   moonbase/trunk/security/nss_ldap/DETAILS
Log:
Version bump. Several bugs fixed. Also making sure bind_policy is set to soft by default in ldap.conf. The reason to this is how udev set group perms during boot and if nss_ldap is enabled it will fail to connect to an ldap server since thenetwork is not up yet.

Modified: moonbase/trunk/security/nss_ldap/BUILD
===================================================================
--- moonbase/trunk/security/nss_ldap/BUILD	2007-08-08 02:37:38 UTC (rev 25399)
+++ moonbase/trunk/security/nss_ldap/BUILD	2007-08-08 06:05:09 UTC (rev 25400)
@@ -1,6 +1,7 @@
 (
   # Really old config.guess and .sub, lets update
   libtoolize -f &&
+  sedit 's;^#bind_policy.*;bind_policy soft;' ldap.conf &&
   ./configure --libdir=/lib \
               --mandir=/usr/share/man \
               --with-ldap-lib=openldap \

Modified: moonbase/trunk/security/nss_ldap/DETAILS
===================================================================
--- moonbase/trunk/security/nss_ldap/DETAILS	2007-08-08 02:37:38 UTC (rev 25399)
+++ moonbase/trunk/security/nss_ldap/DETAILS	2007-08-08 06:05:09 UTC (rev 25400)
@@ -1,11 +1,11 @@
           MODULE=nss_ldap
-         VERSION=253
+         VERSION=257
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://www.padl.com/download/
-      SOURCE_VFY=sha1:fb08e794233d4524bcd784fe6d845b0b236a72a2
+      SOURCE_VFY=sha1:fc57c721bcbab7eaa3ddcf4953141ab03d788fc2
         WEB_SITE=http://www.padl.com/OSS/nss_ldap.html
          ENTERED=20040507
-         UPDATED=20061010
+         UPDATED=20070808
           SHORT="nss_ldap provides NSS services for LDAP"
 cat << EOF
 The resolution of the entities defined in RFC 2307



More information about the Lunar-commits mailing list