summaryrefslogtreecommitdiffstats
path: root/doc/admin
diff options
context:
space:
mode:
Diffstat (limited to 'doc/admin')
-rw-r--r--doc/admin/admin_commands/kadmin_local.rst5
-rw-r--r--doc/admin/admin_commands/kadmind.rst6
-rw-r--r--doc/admin/admin_commands/krb5kdc.rst6
3 files changed, 17 insertions, 0 deletions
diff --git a/doc/admin/admin_commands/kadmin_local.rst b/doc/admin/admin_commands/kadmin_local.rst
index 6fee6166f0..0fb772392d 100644
--- a/doc/admin/admin_commands/kadmin_local.rst
+++ b/doc/admin/admin_commands/kadmin_local.rst
@@ -158,6 +158,11 @@ OPTIONS
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.
+
.. _kadmin_options_end:
diff --git a/doc/admin/admin_commands/kadmind.rst b/doc/admin/admin_commands/kadmind.rst
index 10fc672cbe..dd496fec0f 100644
--- a/doc/admin/admin_commands/kadmind.rst
+++ b/doc/admin/admin_commands/kadmind.rst
@@ -123,6 +123,12 @@ OPTIONS
stash the 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 **-nofork** option to be useful.
+
SEE ALSO
--------
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.