diff options
Diffstat (limited to 'docs/smbdotconf/security/nullpasswords.xml')
-rw-r--r-- | docs/smbdotconf/security/nullpasswords.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/smbdotconf/security/nullpasswords.xml b/docs/smbdotconf/security/nullpasswords.xml new file mode 100644 index 0000000000..2e47541a78 --- /dev/null +++ b/docs/smbdotconf/security/nullpasswords.xml @@ -0,0 +1,14 @@ +<samba:parameter name="null passwords" + context="G" + advanced="1" developer="1" + type="boolean" + xmlns:samba="http://samba.org/common"> +<description> + <para>Allow or disallow client access to accounts that have null passwords. </para> + + <para>See also <citerefentry><refentrytitle>smbpasswd</refentrytitle> + <manvolnum>5</manvolnum></citerefentry>.</para> +</description> + +<value type="default">no</value> +</samba:parameter> |