BUG: documentation for LDAP debugging is wrong

The LDAP Guide tells you to set the ldap.debugEnabled property to true, which translates to true. In reality though, the property is ldap.ldapDebugEnabled, which means true. Either the code or the docs need to be fixed – preferably the code since we’'re already in the ldap “namespace”.

Also it took me some googling around to figure out how to enable debug logging without access to the admin console[1]. Found the answer here:

http://www.jivesoftware.com/jive/entry!default.jspa?categoryID=3&entryID=611&fro mSearchPage=true

It would be helpful if this information was in one of the guides as a troubleshooting tip. Thanks

We moved some LDAP groups to a new OU that I forgot were part of my ldap.searchFilter, which prevented me from logging into the admin console. Be careful moving LDAP objects around!

Cameron,

Thanks for the bug report – I fixed the code to look for ldap.debugEnabled. This will be in the next release.

Regards,

Matt