[Date Prev][Date Next] [Chronological] [Thread] [Top]

subordinate config error [auf Viren überprüft]



Hi!

I'm trying a simple partitioning on my testserver.
---------------------------------------
database                bdb
subordinate
suffix                  "ou=system"
directory       /usr/local/openldap1/var/openldap-data-system
index   objectClass     eq
index default pres,eq

database                bdb
suffix                  "ou=bar,o=foo,c=de"
rootdn                  "cn=admin,ou=bar,o=foo,c=de"
rootpw                  foo
directory       /usr/local/openldap1/var/openldap-data
# Indices to maintain
index   objectClass     eq
index default pres,eq
---------------------------------------

But it doesn't work.
---------------------------------------
line 33 (rootpw ***)
line 35 (directory /usr/local/openldap1/var/openldap-data)
line 37 (index objectClass      eq)
index objectClass 0x0004
line 38 (index default pres,eq)
subordinate config error
slapd shutdown: freeing system resources.
slapd stopped.
connections_destroy: nothing to destroy.
---------------------------------------
What's wrong?


Hans