smb.conf(5): Add basic documentation for 'afs token lifetime'.
[Samba.git] / docs-xml / smbdotconf / misc / afstokenlifetime.xml
blob25887385c59caef74f42d06a04769f37b9f32b70
1 <samba:parameter name="afs token lifetime"
2                  context="G"
3                          type="integer"
4                  advanced="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7         <para>This parameter controls the lifetime of tokens that the AFS fake-kaserver claims.
8                 In reality these never expire but this lifetime controls when the afs client
9                 will forget the token.
10         </para>
12         <para>Set this parameter to 0 to get <constant>NEVERDATE</constant>.</para>
13 </description>
15 <value type="default">604800</value>
16 </samba:parameter>