mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
8f8a9f0190
(This used to be commit 9f672c26d63955f613088489c6efbdc08b5b2d14)
20 lines
565 B
XML
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>
|