King0770-Notes-Change-LDAP-Log-Levels: Difference between revisions

(New page: ==Change LDAP Log Levels== There are two methods.<br> 1)<br> <code><pre> zmlocalconfig -e ldap_log_level=256 ldap stop ldap start </pre></code> 2)<br> <code><pre> **this method doe...)
 
(Adding category)
Line 28: Line 28:


</pre></code>
</pre></code>
[[Category:Community Sandbox]]

Revision as of 23:21, 17 December 2008

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