smb.conf(5): Add basic documentation for 'afs token lifetime'.
authorJelmer Vernooij <jelmer@samba.org>
Fri, 28 Sep 2012 20:05:07 +0000 (13:05 -0700)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 18 Oct 2012 20:34:31 +0000 (22:34 +0200)
docs-xml/smbdotconf/misc/afstokenlifetime.xml [new file with mode: 0644]

diff --git a/docs-xml/smbdotconf/misc/afstokenlifetime.xml b/docs-xml/smbdotconf/misc/afstokenlifetime.xml
new file mode 100644 (file)
index 0000000..2588738
--- /dev/null
@@ -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>