King0770-Notes-Change-LDAP-Log-Levels

Revision as of 23:21, 17 December 2008 by Cfremon (talk | contribs) (Adding category)

Change LDAP Log Levels

There are two methods.

1)


zmlocalconfig -e ldap_log_level=256

ldap stop

ldap start

2)

**this method does not require ldap stop/start**

ldapmodify -x -h <host> -D "cn=config" -W <hit enter>
<enter ldap_root_password>
dn: cn=config
changetype: modify
replace: olcLogLevel
olcLogLevel: 256 **if you want to disable ldap log, type in 'none'**
<enter> <enter>

Jump to: navigation, search