mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 13:40:37 -05:00
Add objectClass eq as need
This commit is contained in:
parent
16e6422329
commit
fba163fe24
2 changed files with 2 additions and 0 deletions
|
|
@ -19,3 +19,4 @@ suffix "o=University of Michigan, c=US"
|
|||
directory ./test-db
|
||||
rootdn "cn=Manager, o=University of Michigan, c=US"
|
||||
rootpw secret
|
||||
index objectClass eq
|
||||
|
|
|
|||
|
|
@ -28,3 +28,4 @@ argsfile ./test-db/slapd.args
|
|||
database @BACKEND@
|
||||
suffix "o=OpenLDAP Project, l=Internet"
|
||||
directory ./test-db
|
||||
index objectClass eq
|
||||
|
|
|
|||
Loading…
Reference in a new issue