]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Update man pages to reference kerberos(7)
authorRobbie Harwood <rharwood@redhat.com>
Mon, 15 Oct 2018 19:19:12 +0000 (15:19 -0400)
committerGreg Hudson <ghudson@mit.edu>
Tue, 30 Oct 2018 02:26:46 +0000 (22:26 -0400)
Remove broken references to old kerberos(1).  Reference kerberos(7)
from all man pages, and create/update their environment section so
that it references kerberos(7).

(cherry picked from commit 52cbe198d0d6f0085d4653b2f6a1ecc84d139118)

ticket: 8755
version_fixed: 1.16.2

20 files changed:
doc/admin/admin_commands/k5srvutil.rst
doc/admin/admin_commands/kadmin_local.rst
doc/admin/admin_commands/kadmind.rst
doc/admin/admin_commands/kdb5_ldap_util.rst
doc/admin/admin_commands/kdb5_util.rst
doc/admin/admin_commands/kprop.rst
doc/admin/admin_commands/kpropd.rst
doc/admin/admin_commands/kproplog.rst
doc/admin/admin_commands/krb5kdc.rst
doc/admin/admin_commands/ktutil.rst
doc/admin/admin_commands/sserver.rst
doc/user/user_commands/kdestroy.rst
doc/user/user_commands/kinit.rst
doc/user/user_commands/klist.rst
doc/user/user_commands/kpasswd.rst
doc/user/user_commands/krb5-config.rst
doc/user/user_commands/ksu.rst
doc/user/user_commands/kswitch.rst
doc/user/user_commands/kvno.rst
doc/user/user_commands/sclient.rst

index b873d907774b4f0b94794901c03bfda6fe445be2..79502cf9eb987c96b3b4239f0a0d776d04c16c18 100644 (file)
@@ -56,7 +56,14 @@ k5srvutil uses the :ref:`kadmin(1)` program to edit the keytab in
 place.
 
 
+ENVIRONMENT
+-----------
+
+See :ref:`kerberos(7)` for a description of Kerberos environment
+variables.
+
+
 SEE ALSO
 --------
 
-:ref:`kadmin(1)`, :ref:`ktutil(1)`
+:ref:`kadmin(1)`, :ref:`ktutil(1)`, :ref:`kerberos(7)`
index 9b5ccf4e911a854ed3baa22ab87a5f7b74e99419..cefe6054b62f827056f45e5d5d32e8b9b54fc42f 100644 (file)
@@ -996,7 +996,14 @@ The kadmin program was originally written by Tom Yu at MIT, as an
 interface to the OpenVision Kerberos administration program.
 
 
+ENVIRONMENT
+-----------
+
+See :ref:`kerberos(7)` for a description of Kerberos environment
+variables.
+
+
 SEE ALSO
 --------
 
-:ref:`kpasswd(1)`, :ref:`kadmind(8)`
+:ref:`kpasswd(1)`, :ref:`kadmind(8)`, :ref:`kerberos(7)`
index f5b7733ea33da92a8362a57f8f6b4eb8cdcb4937..8bfb48a321212eaa4911acfc19e7034fd8a182f7 100644 (file)
@@ -116,8 +116,15 @@ OPTIONS
     <dboptions>` in :ref:`kadmin(1)` for supported arguments.
 
 
+ENVIRONMENT
+-----------
+
+See :ref:`kerberos(7)` for a description of Kerberos environment
+variables.
+
+
 SEE ALSO
 --------
 
 :ref:`kpasswd(1)`, :ref:`kadmin(1)`, :ref:`kdb5_util(8)`,
-:ref:`kdb5_ldap_util(8)`, :ref:`kadm5.acl(5)`
+:ref:`kdb5_ldap_util(8)`, :ref:`kadm5.acl(5)`, :ref:`kerberos(7)`
index cbf313f55a6638b265e7e1a5a4ad66f8ba6f4a51..343df4dd9090b6da6022f2c4837ebe6c424541d9 100644 (file)
@@ -456,7 +456,14 @@ Example::
 .. _kdb5_ldap_util_list_policy_end:
 
 
+ENVIRONMENT
+-----------
+
+See :ref:`kerberos(7)` for a description of Kerberos environment
+variables.
+
+
 SEE ALSO
 --------
 
-:ref:`kadmin(1)`
+:ref:`kadmin(1)`, :ref:`kerberos(7)`
index 774e60fc4afe79f6e16ea70856da3b5c2580b962..9139318c73f4d1edf9e6f174573bfc76f0d4a189 100644 (file)
@@ -496,7 +496,14 @@ Examples::
     bar@EXAMPLE.COM    1       1       des-cbc-crc     normal  -1
 
 
+ENVIRONMENT
+-----------
+
+See :ref:`kerberos(7)` for a description of Kerberos environment
+variables.
+
+
 SEE ALSO
 --------
 
-:ref:`kadmin(1)`
+:ref:`kadmin(1)`, :ref:`kerberos(7)`
index 726c8cc2fdfdc510c00eb9c9649e3748698e2f79..0bc353239dd99f076f20ad91d72ef9299dc8d51c 100644 (file)
@@ -49,12 +49,12 @@ OPTIONS
 ENVIRONMENT
 -----------
 
-*kprop* uses the following environment variable:
-
-* **KRB5_CONFIG**
+See :ref:`kerberos(7)` for a description of Kerberos environment
+variables.
 
 
 SEE ALSO
 --------
 
-:ref:`kpropd(8)`, :ref:`kdb5_util(8)`, :ref:`krb5kdc(8)`
+:ref:`kpropd(8)`, :ref:`kdb5_util(8)`, :ref:`krb5kdc(8)`,
+:ref:`kerberos(7)`
index 5468b06754e16f89c88fcd1c9f76881690ec8797..03aa8ce90e593dc2bffdcfc0ff3ae7e3c65b4a4a 100644 (file)
@@ -129,7 +129,15 @@ kpropd.acl
     will allow Kerberos database propagation via :ref:`kprop(8)`.
 
 
+ENVIRONMENT
+-----------
+
+See :ref:`kerberos(7)` for a description of Kerberos environment
+variables.
+
+
 SEE ALSO
 --------
 
-:ref:`kprop(8)`, :ref:`kdb5_util(8)`, :ref:`krb5kdc(8)`, inetd(8)
+:ref:`kprop(8)`, :ref:`kdb5_util(8)`, :ref:`krb5kdc(8)`,
+:ref:`kerberos(7)`, inetd(8)
index ed906398dfaa39e80e1fc42292e42a8d97056863..b98e1b29b950eefbd5d6d52807b311b6fa981dc2 100644 (file)
@@ -74,12 +74,11 @@ OPTIONS
 ENVIRONMENT
 -----------
 
-kproplog uses the following environment variables:
-
-* **KRB5_KDC_PROFILE**
+See :ref:`kerberos(7)` for a description of Kerberos environment
+variables.
 
 
 SEE ALSO
 --------
 
-:ref:`kpropd(8)`
+:ref:`kpropd(8)`, :ref:`kerberos(7)`
index a4b1c33c21b65f722bfdf24e9ffa202d06cd3785..b46fb303a430c1f71f04b3571bd353ba1b1fbc11 100644 (file)
@@ -103,14 +103,12 @@ description for further details.
 ENVIRONMENT
 -----------
 
-krb5kdc uses the following environment variables:
-
-* **KRB5_CONFIG**
-* **KRB5_KDC_PROFILE**
+See :ref:`kerberos(7)` for a description of Kerberos environment
+variables.
 
 
 SEE ALSO
 --------
 
 :ref:`kdb5_util(8)`, :ref:`kdc.conf(5)`, :ref:`krb5.conf(5)`,
-:ref:`kdb5_ldap_util(8)`
+:ref:`kdb5_ldap_util(8)`, :ref:`kerberos(7)`
index 2eb19ded2769d25eee4bde1ae90dfb9d07ca7604..7d8ab4913213fafdcb57c1ed195fceed3833cba7 100644 (file)
@@ -127,7 +127,14 @@ EXAMPLE
     ktutil:
 
 
+ENVIRONMENT
+-----------
+
+See :ref:`kerberos(7)` for a description of Kerberos environment
+variables.
+
+
 SEE ALSO
 --------
 
-:ref:`kadmin(1)`, :ref:`kdb5_util(8)`
+:ref:`kadmin(1)`, :ref:`kdb5_util(8)`, :ref:`kerberos(7)`
index b4e464466727159bab07614ba770804511d650ac..a8dcf5d5b4f80785bf17934d1a712cc0e9c49616 100644 (file)
@@ -99,7 +99,14 @@ COMMON ERROR MESSAGES
    probably not installed in the proper directory.
 
 
+ENVIRONMENT
+-----------
+
+See :ref:`kerberos(7)` for a description of Kerberos environment
+variables.
+
+
 SEE ALSO
 --------
 
-:ref:`sclient(1)`, services(5), inetd(8)
+:ref:`sclient(1)`, :ref:`kerberos(7)`, services(5), inetd(8)
index b8c67aba4cc62d4b69d421788241de7e8876b1e9..c69d656677b0dbd11087321ab67dd602ba1a9050 100644 (file)
@@ -53,15 +53,8 @@ when you log out.
 ENVIRONMENT
 -----------
 
-kdestroy uses the following environment variable:
-
-**KRB5CCNAME**
-    Location of the default Kerberos 5 credentials (ticket) cache, in
-    the form *type*:*residual*.  If no *type* prefix is present, the
-    **FILE** type is assumed.  The type of the default cache may
-    determine the availability of a cache collection; for instance, a
-    default cache of type **DIR** causes caches within the directory
-    to be present in the collection.
+See :ref:`kerberos(7)` for a description of Kerberos environment
+variables.
 
 
 FILES
@@ -74,4 +67,4 @@ FILES
 SEE ALSO
 --------
 
-:ref:`kinit(1)`, :ref:`klist(1)`
+:ref:`kinit(1)`, :ref:`klist(1)`, :ref:`kerberos(7)`
index 3f9d5340f1f0205c41b8fbc1bf7958cdd3db0035..531139eaa8e2b839be6d2bd76e6676b69e110f00 100644 (file)
@@ -201,15 +201,8 @@ OPTIONS
 ENVIRONMENT
 -----------
 
-kinit uses the following environment variables:
-
-**KRB5CCNAME**
-    Location of the default Kerberos 5 credentials cache, in the form
-    *type*:*residual*.  If no *type* prefix is present, the **FILE**
-    type is assumed.  The type of the default cache may determine the
-    availability of a cache collection; for instance, a default cache
-    of type **DIR** causes caches within the directory to be present
-    in the collection.
+See :ref:`kerberos(7)` for a description of Kerberos environment
+variables.
 
 
 FILES
@@ -225,4 +218,4 @@ FILES
 SEE ALSO
 --------
 
-:ref:`klist(1)`, :ref:`kdestroy(1)`, kerberos(1)
+:ref:`klist(1)`, :ref:`kdestroy(1)`, :ref:`kerberos(7)`
index c24c7413248cbd292f40593331e4be4c6ac93405..88e4578469913470284ade93e88fb50c363306af 100644 (file)
@@ -105,15 +105,8 @@ value is used to locate the default ticket cache.
 ENVIRONMENT
 -----------
 
-klist uses the following environment variable:
-
-**KRB5CCNAME**
-    Location of the default Kerberos 5 credentials (ticket) cache, in
-    the form *type*:*residual*.  If no *type* prefix is present, the
-    **FILE** type is assumed.  The type of the default cache may
-    determine the availability of a cache collection; for instance, a
-    default cache of type **DIR** causes caches within the directory
-    to be present in the collection.
+See :ref:`kerberos(7)` for a description of Kerberos environment
+variables.
 
 
 FILES
@@ -129,4 +122,4 @@ FILES
 SEE ALSO
 --------
 
-:ref:`kinit(1)`, :ref:`kdestroy(1)`
+:ref:`kinit(1)`, :ref:`kdestroy(1)`, :ref:`kerberos(7)`
index 1b646326592b45b0572271a810dbb6a7f0ceb406..0583bbd059aacfabad774fba99f8beafc5bda539 100644 (file)
@@ -33,7 +33,14 @@ OPTIONS
     identity of the user invoking the kpasswd command.
 
 
+ENVIRONMENT
+-----------
+
+See :ref:`kerberos(7)` for a description of Kerberos environment
+variables.
+
+
 SEE ALSO
 --------
 
-:ref:`kadmin(1)`, :ref:`kadmind(8)`
+:ref:`kadmin(1)`, :ref:`kadmind(8)`, :ref:`kerberos(7)`
index ee0fceaa33090cffb7ae1f39eadfcbea68ddbe45..2c09141a194fbf33243312a7c59e67bb05963f22 100644 (file)
@@ -80,4 +80,4 @@ the following output::
 SEE ALSO
 --------
 
-kerberos(1), cc(1)
+:ref:`kerberos(7)`, cc(1)
index b2f9121f0f767471bd80b711e8e247a462ad7147..29487a83885b3322375b78cc9b886aa985dc7bb0 100644 (file)
@@ -385,3 +385,16 @@ AUTHOR OF KSU
 -------------
 
 GENNADY (ARI) MEDVINSKY
+
+
+ENVIRONMENT
+-----------
+
+See :ref:`kerberos(7)` for a description of Kerberos environment
+variables.
+
+
+SEE ALSO
+--------
+
+:ref:`kerberos(7)`, :ref:`kinit(1)`
index 0c337352f74d65e9387e5b298b1346502883802f..010332e6ac7b88ad3325cd525c0bfe8874c01122 100644 (file)
@@ -32,15 +32,8 @@ OPTIONS
 ENVIRONMENT
 -----------
 
-kswitch uses the following environment variables:
-
-**KRB5CCNAME**
-    Location of the default Kerberos 5 credentials (ticket) cache, in
-    the form *type*:*residual*.  If no *type* prefix is present, the
-    **FILE** type is assumed.  The type of the default cache may
-    determine the availability of a cache collection; for instance, a
-    default cache of type **DIR** causes caches within the directory
-    to be present in the collection.
+See :ref:`kerberos(7)` for a description of Kerberos environment
+variables.
 
 
 FILES
@@ -53,4 +46,5 @@ FILES
 SEE ALSO
 --------
 
-:ref:`kinit(1)`, :ref:`kdestroy(1)`, :ref:`klist(1)`, kerberos(1)
+:ref:`kinit(1)`, :ref:`kdestroy(1)`, :ref:`klist(1)`,
+:ref:`kerberos(7)`
index 31ca24460670cf783d550a6ab821fd9f0fd2bf29..95dc0312e6d8ab600e5119dd691fcb652a6907c5 100644 (file)
@@ -67,10 +67,8 @@ OPTIONS
 ENVIRONMENT
 -----------
 
-kvno uses the following environment variable:
-
-**KRB5CCNAME**
-    Location of the credentials (ticket) cache.
+See :ref:`kerberos(7)` for a description of Kerberos environment
+variables.
 
 
 FILES
@@ -83,4 +81,4 @@ FILES
 SEE ALSO
 --------
 
-:ref:`kinit(1)`, :ref:`kdestroy(1)`
+:ref:`kinit(1)`, :ref:`kdestroy(1)`, :ref:`kerberos(7)`
index ebf7972536f2d729c83912c83640b6915c586cd5..1e3d38f82d3291f59ead9eccc248a109c5866690 100644 (file)
@@ -17,8 +17,14 @@ purposes.  It contacts a sample server :ref:`sserver(8)` and
 authenticates to it using Kerberos version 5 tickets, then displays
 the server's response.
 
+ENVIRONMENT
+-----------
+
+See :ref:`kerberos(7)` for a description of Kerberos environment
+variables.
+
 
 SEE ALSO
 --------
 
-:ref:`kinit(1)`, :ref:`sserver(8)`
+:ref:`kinit(1)`, :ref:`sserver(8)`, :ref:`kerberos(7)`