mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
Add extraneous database to slapd.conf
Remove ssf from slapd-schema.conf
This commit is contained in:
parent
ca43453b95
commit
4b22216d77
2 changed files with 10 additions and 3 deletions
|
|
@ -26,9 +26,11 @@ argsfile ./test-db/slapd.args
|
|||
#######################################################################
|
||||
|
||||
database @BACKEND@
|
||||
suffix "o=OpenLDAP Project, l=Internet"
|
||||
suffix "o=OpenLDAP Project,l=Internet"
|
||||
directory ./test-db
|
||||
index objectClass eq
|
||||
|
||||
security ssf=256
|
||||
|
||||
#database @BACKEND@
|
||||
#suffix "dc=example,dc=com"
|
||||
#directory ./test-repl
|
||||
#index objectClass eq
|
||||
|
|
|
|||
|
|
@ -25,3 +25,8 @@ index uid pres,eq,sub
|
|||
index cn,sn pres,eq,sub,subany
|
||||
#ldbm#dbnosync
|
||||
#ldbm#dbnolocking
|
||||
|
||||
database @BACKEND@
|
||||
suffix "dc=OpenLDAP,dc=org"
|
||||
directory ./test-repl
|
||||
index objectclass eq
|
||||
|
|
|
|||
Loading…
Reference in a new issue