mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
64b720d284
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
16 lines
593 B
XML
16 lines
593 B
XML
<samba:parameter name="afs share"
|
|
context="S"
|
|
type="boolean"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>This parameter controls whether special AFS features are enabled
|
|
for this share. If enabled, it assumes that the directory exported via
|
|
the <parameter>path</parameter> parameter is a local AFS import. The
|
|
special AFS features include the attempt to hand-craft an AFS token
|
|
if you enabled --with-fake-kaserver in configure.
|
|
</para>
|
|
</description>
|
|
|
|
<value type="default">no</value>
|
|
</samba:parameter>
|