Open GoogleCodeExporter opened 9 years ago
Yeah, I agree. LDAP logging is a weakness and I haven't looked into improving
it. Gitblit uses UnboundID underneath for LDAP communication. That library
might have user-controllable logging, not sure. Improvements are welcome here.
Original comment by James.Mo...@gmail.com
on 27 Mar 2014 at 6:24
This looks interesting:
https://www.unboundid.com/products/ldap-sdk/docs/examples/LDAPDebugger.java
Unfortunately, it can't be bundled into Gitblit because it is GPL'd. But we
can learn from it and write our own.
Original comment by James.Mo...@gmail.com
on 27 Mar 2014 at 6:44
Issue 403 has been merged into this issue.
Original comment by James.Mo...@gmail.com
on 29 Mar 2014 at 12:10
As James said recently in google group:
If you startup Gitblit with some -D VM args then you should be able to enable
this:
-Dcom.unboundid.ldap.sdk.debug.enabled=true
-Dcom.unboundid.ldap.sdk.debug.level=INFO
You'll have to play with the log levels.
"ALL", "SEVERE", "WARNING", "INFO", "CONFIG", "FINE", "FINER", "FINEST", or
"OFF".
-J
Original comment by johann.o...@gmail.com
on 6 Mar 2015 at 1:00
Sweet, would be nice to have it documented somewhere.
Original comment by gradin...@outlook.com
on 6 Mar 2015 at 1:02
Original issue reported on code.google.com by
northd...@gmail.com
on 27 Mar 2014 at 6:13