diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-10-19 08:33:31 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-10-19 08:33:31 +0200 |
commit | 47902702b3e6390de05f8fca2bc457936af9f5c1 (patch) | |
tree | 753d16520120953a54bedae8cb197f7d0672bfac /docs-xml/smbdotconf/misc | |
parent | aad30c062fd176fa15994a44a0178d51764cdbf7 (diff) | |
download | samba-47902702b3e6390de05f8fca2bc457936af9f5c1.tar.gz samba-47902702b3e6390de05f8fca2bc457936af9f5c1.tar.bz2 samba-47902702b3e6390de05f8fca2bc457936af9f5c1.zip |
smb.conf(5): Fix mixing of tabs and spaces.
Diffstat (limited to 'docs-xml/smbdotconf/misc')
-rw-r--r-- | docs-xml/smbdotconf/misc/afstokenlifetime.xml | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/docs-xml/smbdotconf/misc/afstokenlifetime.xml b/docs-xml/smbdotconf/misc/afstokenlifetime.xml index 25887385c5..cbf9574223 100644 --- a/docs-xml/smbdotconf/misc/afstokenlifetime.xml +++ b/docs-xml/smbdotconf/misc/afstokenlifetime.xml @@ -1,13 +1,12 @@ <samba:parameter name="afs token lifetime" - context="G" - type="integer" - advanced="1" - xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> + 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>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> |