[Pkg-openldap-devel] r688 - openldap/trunk-2.3/debian
Matthijs Mohlmann
active2-guest at costa.debian.org
Sat Jul 15 21:15:09 UTC 2006
Author: active2-guest
Date: 2006-07-15 21:15:08 +0000 (Sat, 15 Jul 2006)
New Revision: 688
Modified:
openldap/trunk-2.3/debian/changelog
openldap/trunk-2.3/debian/slapd.conf
openldap/trunk-2.3/debian/slapd.scripts-common
Log:
* Added shadowLastChange to the ACL in the default slapd.conf
* Get rid of the . in front of domain (slapd/domain question)
Modified: openldap/trunk-2.3/debian/changelog
===================================================================
--- openldap/trunk-2.3/debian/changelog 2006-07-15 20:16:49 UTC (rev 687)
+++ openldap/trunk-2.3/debian/changelog 2006-07-15 21:15:08 UTC (rev 688)
@@ -28,8 +28,11 @@
* Added an example backup script that can be put into cron (Closes: #319477)
* Make the db directories 0700. On new installations this is the default.
(Closes: #354450)
+ * Get rid of a '.' in front of a domain. (Closes: #318143)
+ * Added shadowLastChange to the ACL in the default slapd.conf
+ (Closes: #370550)
- -- Matthijs Mohlmann <matthijs at cacholong.nl> Sat, 15 Jul 2006 22:13:47 +0200
+ -- Matthijs Mohlmann <matthijs at cacholong.nl> Sat, 15 Jul 2006 23:08:25 +0200
openldap2.3 (2.3.24-1) unstable; urgency=low
Modified: openldap/trunk-2.3/debian/slapd.conf
===================================================================
--- openldap/trunk-2.3/debian/slapd.conf 2006-07-15 20:16:49 UTC (rev 687)
+++ openldap/trunk-2.3/debian/slapd.conf 2006-07-15 21:15:08 UTC (rev 688)
@@ -79,7 +79,7 @@
# Others should not be able to see it, except the
# admin entry below
# These access lines apply to database #1 only
-access to attrs=userPassword
+access to attrs=userPassword,shadowLastChange
by dn="@ADMIN@" write
by anonymous auth
by self write
Modified: openldap/trunk-2.3/debian/slapd.scripts-common
===================================================================
--- openldap/trunk-2.3/debian/slapd.scripts-common 2006-07-15 20:16:49 UTC (rev 687)
+++ openldap/trunk-2.3/debian/slapd.scripts-common 2006-07-15 21:15:08 UTC (rev 688)
@@ -609,8 +609,8 @@
# For the domain really.argh.org we create the basedn
# dc=really,dc=argh,dc=org with the dc entry dc: really
db_get slapd/domain
- local basedn="dc=`echo $RET|sed 's/\./,dc=/g'`"
- dc="`echo $RET|sed 's/\..*$//'`"
+ local basedn="dc=`echo $RET | sed 's/^\.//; s/\./,dc=/g'`"
+ dc="`echo $RET | sed 's/^\.//; s/\..*$//'`"
db_get slapd/backend
backend="`echo $RET|tr A-Z a-z`"
More information about the Pkg-openldap-devel
mailing list