How to turn on debugging for LDAP logger identifier.
Use the SETLOGTHRESHOLD CLI command to set the severity threshold for ldap logger identifier to DEBUG or ALL, and capture more messages on LDAP in the tracelog;
Examples:
Set the severity threshold for ldap logger identifier to DEBUG:
-> setlogthreshold logger("ldap") threshold("DEBUG")
The severity threshold for logger ldap was set to DEBUG.
Set the severity threshold for ldap logger identifier to ALL:
-> setlogthreshold logger("ldap") threshold("ALL")
The severity threshold for logger ldap was set to ALL.
Note:
DEBUG indicates that debugging, information, warning, error, and fatal messages are logged in the DE Server tracelog.
ALL indicates that all the messages are logged in the DE Server tracelog.
SETLOGTHRESHOLD CLI command requires ADMIN.Network Topology (Update) security permission.