diff options
author | Buchan Milne <buchan@mageia.org> | 2011-02-20 14:37:11 +0000 |
---|---|---|
committer | Buchan Milne <buchan@mageia.org> | 2011-02-20 14:37:11 +0000 |
commit | 2c2bc7898caf656bc541a502415515957e2988cf (patch) | |
tree | 939d52e816722b35d66da4f918d1d61e567a7839 | |
parent | 983cb9b54600eeb2a340f0382e8faa450ec07f27 (diff) | |
download | puppet-2c2bc7898caf656bc541a502415515957e2988cf.tar puppet-2c2bc7898caf656bc541a502415515957e2988cf.tar.gz puppet-2c2bc7898caf656bc541a502415515957e2988cf.tar.bz2 puppet-2c2bc7898caf656bc541a502415515957e2988cf.tar.xz puppet-2c2bc7898caf656bc541a502415515957e2988cf.zip |
Index owner attribute
-rw-r--r-- | modules/openldap/templates/slapd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/openldap/templates/slapd.conf b/modules/openldap/templates/slapd.conf index f2e2a9f2..a82c9142 100644 --- a/modules/openldap/templates/slapd.conf +++ b/modules/openldap/templates/slapd.conf @@ -61,7 +61,7 @@ cachesize 1000 idlcachesize 3000 index objectClass eq -index uidNumber,gidNumber,memberuid,member eq +index uidNumber,gidNumber,memberuid,member,owner eq index uid eq,subinitial index cn,mail,surname,givenname eq,subinitial index sambaSID eq,sub |