mirror of
https://github.com/samba-team/samba.git
synced 2025-02-12 21:58:10 +03:00
Since we open with dbwrap, it auto-converts old tdbs (which it will rename to secrets.tdb.bak once it's done). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Rusty Russell <rusty@rustcorp.com.au> Autobuild-Date(master): Wed Feb 20 07:09:19 CET 2013 on sn-devel-104
16 lines
581 B
XML
16 lines
581 B
XML
<samba:parameter name="private dir"
|
|
context="G"
|
|
type="string"
|
|
advanced="1" developer="1"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<synonym>private directory</synonym>
|
|
<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> (or <filename moreinfo="none">secrets.ntdb</filename>).
|
|
</para>
|
|
</description>
|
|
|
|
<value type="default">${prefix}/private</value>
|
|
</samba:parameter>
|