source: branches/samba-3.3.x/docs-xml/smbdotconf/security/onlyuser.xml

Last change on this file was 217, checked in by Herwig Bauernfeind, 16 years ago

Import Samba 3.3 branch at 3.3.0 level docs-xml (psmedley's port)

File size: 1.2 KB
Line 
1<samba:parameter name="only user"
2 type="boolean"
3 context="S"
4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5<description>
6 <para>This is a boolean option that controls whether
7 connections with usernames not in the <parameter moreinfo="none">user</parameter>
8 list will be allowed. By default this option is disabled so that a
9 client can supply a username to be used by the server. Enabling
10 this parameter will force the server to only use the login
11 names from the <parameter moreinfo="none">user</parameter> list and is only really
12 useful in <smbconfoption name="security">share</smbconfoption> level security.</para>
13
14 <para>Note that this also means Samba won't try to deduce
15 usernames from the service name. This can be annoying for
16 the [homes] section. To get around this you could use <command moreinfo="none">user =
17 %S</command> which means your <parameter moreinfo="none">user</parameter> list
18 will be just the service name, which for home directories is the
19 name of the user.</para>
20</description>
21
22<related>user</related>
23
24<value type="default">no</value>
25</samba:parameter>
Note: See TracBrowser for help on using the repository browser.