diff options
Diffstat (limited to 'docs/smbdotconf/security/smbpasswdfile.xml')
-rw-r--r-- | docs/smbdotconf/security/smbpasswdfile.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/smbdotconf/security/smbpasswdfile.xml b/docs/smbdotconf/security/smbpasswdfile.xml new file mode 100644 index 0000000000..252887de00 --- /dev/null +++ b/docs/smbdotconf/security/smbpasswdfile.xml @@ -0,0 +1,13 @@ +<samba:parameter name="smb passwd file" + type="string" + context="G" + advanced="1" developer="1" + xmlns:samba="http://samba.org/common"> +<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> +</description> + +<value type="default">${prefix}/private/smbpasswd</value> +<value type="example">/etc/samba/smbpasswd</value> +</samba:parameter> |