1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-25 06:04:04 +03:00
Gerald W. Carter 8f8a9f0190 Moving docs tree to docs-xml to make room for generated docs in the release tarball.
(This used to be commit 9f672c26d63955f613088489c6efbdc08b5b2d14)
2008-04-23 08:47:48 -05:00

20 lines
565 B
XML

<samba:parameter name="smb passwd file"
type="string"
context="G"
advanced="1" developer="1"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This option sets the path to the encrypted smbpasswd file. By
default the path to the smbpasswd file is compiled into Samba.</para>
<para>
An example of use is:
<programlisting>
smb passwd file = /etc/samba/smbpasswd
</programlisting>
</para>
</description>
<value type="default">${prefix}/private/smbpasswd</value>
</samba:parameter>