[Pkg-openldap-devel] [openldap] 02/02: index more attrs by default (#762111)

Ryan Tandy rtandy-guest at moszumanska.debian.org
Tue Sep 30 03:32:21 UTC 2014


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

rtandy-guest pushed a commit to branch master
in repository openldap.

commit 722c9f7346e30bc7e4852dbd15a6295b2bfc6fe1
Author: Ryan Tandy <ryan at nardis.ca>
Date:   Tue Sep 23 07:15:30 2014 -0700

    index more attrs by default (#762111)
---
 debian/changelog       | 6 ++++--
 debian/slapd.init.ldif | 3 +++
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f47f37d..144412b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -29,8 +29,10 @@ openldap (2.4.39-2) UNRELEASED; urgency=low
   * Acknowledge NMU fixing #729367, thanks to Michael Gilbert.
   * Offer the MDB backend as a choice during initial configuration. (Closes:
     #750022)
-  * debian/slapd.init.ldif: Disallow modifying one's own entry by default,
-    except specific attributes. (Closes: #761406)
+  * debian/slapd.init.ldif:
+    - Disallow modifying one's own entry by default, except specific
+      attributes. (Closes: #761406)
+    - Index some more common search attributes by default. (Closes: #762111)
   * Introduce a symbols file for libldap-2.4-2.
 
   [ Jelmer Vernooij ]
diff --git a/debian/slapd.init.ldif b/debian/slapd.init.ldif
index d9533c6..b7c91cd 100644
--- a/debian/slapd.init.ldif
+++ b/debian/slapd.init.ldif
@@ -69,6 +69,9 @@ olcDbDirectory: /var/lib/ldap
 olcRootDN: cn=admin, at SUFFIX@
 olcRootPW: @PASSWORD@
 olcDbIndex: objectClass eq
+olcDbIndex: cn,uid eq
+olcDbIndex: uidNumber,gidNumber eq
+olcDbIndex: member,memberUid eq
 olcAccess: to attrs=userPassword,shadowLastChange
   by self write
   by anonymous auth

-- 
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