mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
992f1e6b8f
add the 5 missing chapters from the HOWTO
and add jht's Samba by Example book.
(This used to be commit 9fb5bcb93e
)
15 lines
470 B
XML
15 lines
470 B
XML
<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>
|