summaryrefslogtreecommitdiffstats
path: root/doc/admin/admin_commands/krb5kdc.rst
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2013-01-28 22:30:41 -0500
committerGreg Hudson <ghudson@mit.edu>2013-01-28 22:32:29 -0500
commit8cbbd80f11d85fb733fb1522cd19eb686b6d3fe8 (patch)
treec4e04836424b76a3d68621c0c0aac65d21bf1007 /doc/admin/admin_commands/krb5kdc.rst
parent0b1dc2f93da4c860dd27f1ac997617b712dff383 (diff)
downloadkrb5-8cbbd80f11d85fb733fb1522cd19eb686b6d3fe8.tar.gz
krb5-8cbbd80f11d85fb733fb1522cd19eb686b6d3fe8.tar.xz
krb5-8cbbd80f11d85fb733fb1522cd19eb686b6d3fe8.zip
Add LDAP debug DB option
Add a DB option in the LDAP KDB module to turn on debugging messages. Adapted from a patch by Zoran Pericic <zpericic@inet.hr>. ticket: 7551 (new)
Diffstat (limited to 'doc/admin/admin_commands/krb5kdc.rst')
-rw-r--r--doc/admin/admin_commands/krb5kdc.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/admin/admin_commands/krb5kdc.rst b/doc/admin/admin_commands/krb5kdc.rst
index f5b37bca38..7aebf6e06d 100644
--- a/doc/admin/admin_commands/krb5kdc.rst
+++ b/doc/admin/admin_commands/krb5kdc.rst
@@ -102,6 +102,12 @@ Options supported for the LDAP database module are:
password using the **stashsrvpw** command of
:ref:`kdb5_ldap_util(8)`.
+ **-x debug=**\ *level*
+ sets the OpenLDAP client library debug level. *level* is an
+ integer to be interpreted by the library. Debugging messages
+ are printed to standard error, so this option must be used
+ with the **-n** option to be useful.
+
The **-T** *offset* option specifies a time offset, in seconds, which
the KDC will operate under. It is intended only for testing purposes.