diff options
Diffstat (limited to 'docs/docbook/smbdotconf/security/smbpasswdfile.xml')
-rw-r--r-- | docs/docbook/smbdotconf/security/smbpasswdfile.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/docbook/smbdotconf/security/smbpasswdfile.xml b/docs/docbook/smbdotconf/security/smbpasswdfile.xml new file mode 100644 index 0000000000..2efbd12169 --- /dev/null +++ b/docs/docbook/smbdotconf/security/smbpasswdfile.xml @@ -0,0 +1,13 @@ +<samba:parameter xmlns:samba="http://samba.org/common"> + <term><anchor id="SMBPASSWDFILE"/>smb passwd file (G)</term> + <listitem><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>Default: <command moreinfo="none">smb passwd file = ${prefix}/private/smbpasswd + </command></para> + + <para>Example: <command moreinfo="none">smb passwd file = /etc/samba/smbpasswd + </command></para> + </listitem> + </samba:parameter> |