diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-09-28 13:05:07 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-10-18 22:34:31 +0200 |
commit | 0cea6daffe42f5b9b6ee61eb430da3f86bea31df (patch) | |
tree | dcaeeafa6f7e197d7585adae155190c6b53d1a00 | |
parent | 695df863eddd6ee323229fe29a4a40712f3553b4 (diff) | |
download | samba-0cea6daffe42f5b9b6ee61eb430da3f86bea31df.tar.gz samba-0cea6daffe42f5b9b6ee61eb430da3f86bea31df.tar.xz samba-0cea6daffe42f5b9b6ee61eb430da3f86bea31df.zip |
smb.conf(5): Add basic documentation for 'afs token lifetime'.
-rw-r--r-- | docs-xml/smbdotconf/misc/afstokenlifetime.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/misc/afstokenlifetime.xml b/docs-xml/smbdotconf/misc/afstokenlifetime.xml new file mode 100644 index 00000000000..25887385c59 --- /dev/null +++ b/docs-xml/smbdotconf/misc/afstokenlifetime.xml @@ -0,0 +1,16 @@ +<samba:parameter name="afs token lifetime" + context="G" + type="integer" + advanced="1" + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> +<description> + <para>This parameter controls the lifetime of tokens that the AFS fake-kaserver claims. + In reality these never expire but this lifetime controls when the afs client + will forget the token. + </para> + + <para>Set this parameter to 0 to get <constant>NEVERDATE</constant>.</para> +</description> + +<value type="default">604800</value> +</samba:parameter> |