mirror of
https://github.com/samba-team/samba.git
synced 2025-02-12 21:58:10 +03:00
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>
|