From: Pavel Filipenský Date: Thu, 5 Feb 2026 15:04:25 +0000 (+0100) Subject: manpages: Update NET ADS KERBEROS KINIT manpage X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d083a28fe45afd8f82441c6e24255e4c64c113b;p=thirdparty%2Fsamba.git manpages: Update NET ADS KERBEROS KINIT manpage Signed-off-by: Pavel Filipenský Reviewed-by: Andreas Schneider Autobuild-User(master): Pavel Filipensky Autobuild-Date(master): Thu Feb 5 21:11:13 UTC 2026 on atb-devel-224 --- diff --git a/docs-xml/manpages/net.8.xml b/docs-xml/manpages/net.8.xml index 65ff0fa41c1..c9541bcefe1 100644 --- a/docs-xml/manpages/net.8.xml +++ b/docs-xml/manpages/net.8.xml @@ -1823,17 +1823,37 @@ the following entry types; ADS KERBEROS KINIT - Issue a kinit request for a given user. When no other options are - defined the ticket granting ticket (TGT) will be stored in a memory cache. + Issue a kinit request for a given user. The following methods can be used + to specify where to store the ticket granting ticket (TGT) (in order of + precedence): - - To store the TGT in a different location either use the - option or set the - KRB5CCNAME environment variable. - + + + option + + + KRB5CCNAME environment variable + + + default_ccache_name setting in krb5.conf + + -Example: net ads kerberos kinit -P --krb5-ccache=/tmp/krb5cache +Examples: + +Use file based cache (FILE:/tmp/krb5cache) + +net ads kerberos kinit -P --use-krb5-ccache=/tmp/krb5cache + + + +Use memory cache (MEMORY:net) to verify the authentication + +net ads kerberos kinit -P --use-krb5-ccache=MEMORY:net + + +