summaryrefslogtreecommitdiffstats
path: root/doc/admin
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2013-01-29 13:16:05 -0500
committerGreg Hudson <ghudson@mit.edu>2013-01-29 13:20:33 -0500
commita453a2c654f7c4ca447d336199f395b8fa305de8 (patch)
treeb747f02e09ac07d8f3b6b54a6dcdd61b706fd721 /doc/admin
parente4e222a2471119733ddc1a8cfc648cc2be763974 (diff)
downloadkrb5-a453a2c654f7c4ca447d336199f395b8fa305de8.tar.gz
krb5-a453a2c654f7c4ca447d336199f395b8fa305de8.tar.xz
krb5-a453a2c654f7c4ca447d336199f395b8fa305de8.zip
Note which release -x debug was added in
Diffstat (limited to 'doc/admin')
-rw-r--r--doc/admin/admin_commands/kadmin_local.rst3
-rw-r--r--doc/admin/admin_commands/kadmind.rst1
-rw-r--r--doc/admin/admin_commands/krb5kdc.rst3
3 files changed, 5 insertions, 2 deletions
diff --git a/doc/admin/admin_commands/kadmin_local.rst b/doc/admin/admin_commands/kadmin_local.rst
index 0fb772392d..e9acb539cb 100644
--- a/doc/admin/admin_commands/kadmin_local.rst
+++ b/doc/admin/admin_commands/kadmin_local.rst
@@ -161,7 +161,8 @@ OPTIONS
**-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.
+ are printed to standard error. First introduced in release
+ 1.12.
.. _kadmin_options_end:
diff --git a/doc/admin/admin_commands/kadmind.rst b/doc/admin/admin_commands/kadmind.rst
index dd496fec0f..28268faa63 100644
--- a/doc/admin/admin_commands/kadmind.rst
+++ b/doc/admin/admin_commands/kadmind.rst
@@ -128,6 +128,7 @@ OPTIONS
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.
+ First introduced in release 1.12.
SEE ALSO
--------
diff --git a/doc/admin/admin_commands/krb5kdc.rst b/doc/admin/admin_commands/krb5kdc.rst
index 7aebf6e06d..6e47c69789 100644
--- a/doc/admin/admin_commands/krb5kdc.rst
+++ b/doc/admin/admin_commands/krb5kdc.rst
@@ -106,7 +106,8 @@ Options supported for the LDAP database module are:
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.
+ with the **-n** option to be useful. First introduced in
+ release 1.12.
The **-T** *offset* option specifies a time offset, in seconds, which
the KDC will operate under. It is intended only for testing purposes.