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

cannot start instance



i have been doing a bunch of testing and now have an instance that wont
start up.  if i run:

/usr/sbin/slapd -u ldap -h "ldapi:/// ldap:///"; -4 -d9

it runs through and fails with:

54a45a96 read_config: no serverID / URL match found. Check slapd -h
arguments.

not sure where to look for issues.  the ldapi and ldap listeners start
up during daemon_init:

54a45551 daemon_init: listen on ldapi:///
54a45551 daemon_init: listen on ldap:///
54a45551 daemon_init: 2 listeners to open...
ldap_url_parse_ext(ldapi:///)
54a45551 daemon: listener initialized ldapi:///
ldap_url_parse_ext(ldap:///)
54a45551 daemon: listener initialized ldap:///
54a45551 daemon_init: 2 listeners opened

the olcServerID lines are in cn=config.ldif:

olcServerID: 1 ldap://ldap1.bpk2.com
olcServerID: 2 ldap://ldap2.bpk2.com

not sure what is wrong.  can someone point me in the right direction?