1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/docs/smbdotconf/security/privatedir.xml
Jelmer Vernooij 992f1e6b8f Add all the source files from the old CVS tree,
add the 5 missing chapters from the HOWTO
and add jht's Samba by Example book.
(This used to be commit 9fb5bcb93e)
2008-04-23 08:45:43 -05:00

15 lines
472 B
XML

<samba:parameter name="private dir"
context="G"
type="string"
advanced="1" developer="1"
xmlns:samba="http://samba.org/common">
<description>
<para>This parameters defines the directory
smbd will use for storing such files as <filename moreinfo="none">smbpasswd</filename>
and <filename moreinfo="none">secrets.tdb</filename>.
</para>
</description>
<value type="default">${prefix}/private</value>
</samba:parameter>