now I started slapd interactively with debugging on:
$ libexec/slapd -d12 -f etc/openldap/slapd.conf
daemon_init: <null>
daemon: bind(7) failed errno=125 (Address already in use)
bdb_initialize: Sleepycat Software: Berkeley DB 4.2.52: (December 3,
2003) bdb_db_init: Initializing BDB database
TLS: PRNG not been seeded with enough data
bdb_db_open: dc=svt,dc=se
slapd starting
daemon: added 6r
daemon: select: listen=6 active_threads=0 tvp=NULL
then, in another terminal window, my usual effort to add some entries:
$ bin/ldapadd -x -D 'cn=manager,dc=svt,dc=se' -h localhost -p 389 -W
-f
top.ldif
Enter LDAP Password:
ldap_bind: Confidentiality required (13)
but nothing shows on the console where i started slapd! shouldn't I
see
something in debug mode when
ldapadd tries (and fails) to bind to slapd?? (using the standard
ldap.conf
and slapd.conf)
this is so weired. please help
-frank