summaryrefslogtreecommitdiff
path: root/docs/docbook/projdoc/securing-samba.xml
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2003-05-03 05:57:09 +0000
committerJohn Terpstra <jht@samba.org>2003-05-03 05:57:09 +0000
commit981f2f4a6e4acbf888e54158c430941212588d1f (patch)
treefabaa4aac76c05107772c0f28c54c0d0d90637d8 /docs/docbook/projdoc/securing-samba.xml
parentd08844d97b6c86b403145037a0aa652af280ffa1 (diff)
downloadsamba-981f2f4a6e4acbf888e54158c430941212588d1f.tar.gz
samba-981f2f4a6e4acbf888e54158c430941212588d1f.tar.bz2
samba-981f2f4a6e4acbf888e54158c430941212588d1f.zip
Merge of new edits from HEAD.
(This used to be commit 9990dd7ef8a8b4b412edfab8f94d65a3b0b3525b)
Diffstat (limited to 'docs/docbook/projdoc/securing-samba.xml')
-rw-r--r--docs/docbook/projdoc/securing-samba.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/docbook/projdoc/securing-samba.xml b/docs/docbook/projdoc/securing-samba.xml
index d320767a77..204fceeb4a 100644
--- a/docs/docbook/projdoc/securing-samba.xml
+++ b/docs/docbook/projdoc/securing-samba.xml
@@ -52,6 +52,25 @@ 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>