[Pkg-openldap-devel] [openldap] 09/29: debian/slapd.conf: Fix access directive to use "attrs=" instead of "attribute=" which wasn't officially supported anyway.

Timo Aaltonen tjaalton-guest at alioth.debian.org
Thu Oct 10 05:34:11 UTC 2013


This is an automated email from the git hooks/post-receive script.

tjaalton-guest pushed a commit to annotated tag 2.2.23-0.pre1
in repository openldap.

commit dc1ae01f29dc0dde5ca241804af4a57bed663457
Author: Torsten Landschoff <torsten at debian.org>
Date:   Thu Nov 11 14:25:53 2004 +0000

    debian/slapd.conf: Fix access directive to use "attrs=" instead of
    "attribute=" which wasn't officially supported anyway.
---
 debian/changelog  |    2 ++
 debian/slapd.conf |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 90ccde2..a0e2e97 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,8 @@ openldap2 (2.2.18-1) experimental; urgency=low
   * debian/rules: Run dh_link for arch dependend packages.
   * configure: Fix broken libdb checking which forced static building of 
     back-bdb.
+  * debian/slapd.conf: Fix access directive to use "attrs=" instead of
+    "attribute=" which wasn't officially supported anyway.
 
  -- Torsten Landschoff <torsten at debian.org>  Wed,  3 Nov 2004 09:57:14 +0100
 
diff --git a/debian/slapd.conf b/debian/slapd.conf
index a6ae909..62311e2 100644
--- a/debian/slapd.conf
+++ b/debian/slapd.conf
@@ -69,7 +69,7 @@ lastmod         on
 # Others should not be able to see it, except the
 # admin entry below
 # These access lines apply to database #1 only
-access to attribute=userPassword
+access to attrs=userPassword
         by dn="@ADMIN@" write
         by anonymous auth
         by self write

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openldap/openldap.git



More information about the Pkg-openldap-devel mailing list