在OpenLDAP上logging身份validation失败

我需要在OpenLDAP上loggingauthentication失败。 什么是适当的日志级别位? 或者有这样的事情的另一种configuration?

validation失败logging为err=49 – 默认loglevel Invalid Credential 256 – (0x100 stats) stats日志连接/操作/结果:

 $ grep 'err=49' -B1 /path/to/ldap.log slapd[28269]: conn=83767 op=2 BIND dn="cn=x,ou=y,dc=z,dc=t" method=128 slapd[28269]: conn=83767 op=2 RESULT tag=97 err=49 text= 

我不确定哪一个位会触发这个(或者是否离散logging)。
如果我不得不冒险猜测,我可能会说128(ACL处理)或256(统计 – 连接/操作/结果)