Full_Name: Shravan R
Version: 2.3.39
OS: Linux 2.4.9
URL:
Submission from: (NULL) (202.168.89.5)
I have an existing slapd configuration running fine with BDB 4.5.2.
But when i add another suffix(ou=users is part of existing dc=armor) to this
configuration, slapd starts, processes bdb details and stops on finding more
than 1 suffix as shown in the debug log.
slapd.conf details:
database bdb
suffix "dc=armor,dc=com"
suffix "ou=users"
rootdn "cn=root,dc=armor,dc=com"
rootpw secret
directory /root/Server2/local/var/openldap-data
The Debug Log:
backend_startup_one: starting "dc=armor,dc=com"
bdb_db_open: dc=armor,dc=com
bdb_db_open: only one suffix allowed
backend_startup_one: bi_db_open failed! (-1)
slapd shutdown: initiated
====> bdb_cache_release_all
slapd destroy: freeing system resources.
slapd stopped.
connections_destroy: nothing to destroy.
I went through threads on multiple suffix and it say, it will be supported from
2.3 version.