On 01-04-14 14:55, Terje Trane wrote:
On 01.04.2014 14:25, Jonas Kellens wrote:
debug level is 256.

That is loglevel "stats". You need to add the loglevel "acl". You can find the loglevels in
http://www.openldap.org/doc/admin24/slapdconfig.html#Configuration%20File%20Directives

No need to use the numbers, You can use the keywords, and multiple keywords on the same line, e.g.
loglevel stats acl

With your loglevel, the output in /var/log/.slapd.conf stays the same :

Apr  1 15:19:10 slap01 slapd[21809]: conn=1000 fd=13 ACCEPT from IP=127.0.0.1:35285 (IP=0.0.0.0:389)
Apr  1 15:19:10 slap01 slapd[21809]: conn=1000 op=0 BIND dn="cn=U101001,ou=101001,dc=mydomain" method=128
Apr  1 15:19:10 slap01 slapd[21809]: conn=1000 op=0 BIND dn="cn=U101001,ou=101001,dc=mydomain" mech=SIMPLE ssf=0
Apr  1 15:19:10 slap01 slapd[21809]: conn=1000 op=0 RESULT tag=97 err=0 text=
Apr  1 15:19:10 slap01 slapd[21809]: connection_input: conn=1000 deferring operation: binding
Apr  1 15:19:10 slap01 slapd[21809]: conn=1000 op=1 SRCH base="ou=tbook1,ou=contacten,ou=101001,dc=mydomain" scope=2 deref=0 filter="(objectClass=*)"
Apr  1 15:19:10 slap01 slapd[21809]: conn=1000 op=1 SEARCH RESULT tag=101 err=0 nentries=0 text=
Apr  1 15:19:10 slap01 slapd[21809]: conn=1000 op=2 UNBIND
Apr  1 15:19:10 slap01 slapd[21809]: conn=1000 fd=13 closed


Kind regards,
Jonas.