summaryrefslogtreecommitdiff
path: root/docs/docbook/projdoc/securing-samba.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docbook/projdoc/securing-samba.xml')
-rw-r--r--docs/docbook/projdoc/securing-samba.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/docs/docbook/projdoc/securing-samba.xml b/docs/docbook/projdoc/securing-samba.xml
index 204fceeb4a..d320767a77 100644
--- a/docs/docbook/projdoc/securing-samba.xml
+++ b/docs/docbook/projdoc/securing-samba.xml
@@ -52,25 +52,6 @@ as the client sends its first packet. The refusal will be marked as a
</sect1>
<sect1>
-<title>User based protection</title>
-
-<para>
-If you want to restrict access to your server to valid users only then the following
-method may be of use. In the smb.conf [globals] section put:
-</para>
-
-<para><programlisting>
- valid users = @smbusers, jacko
-</programlisting></para>
-
-<para>
-What this does is, it restricts all server access to either the user <emphasis>jacko</emphasis>
-or to members of the system group <emphasis>smbusers</emphasis>.
-</para>
-
-</sect1>
-
-<sect1>
<title>Using interface protection</title>