source: vendor/current/docs-xml/smbdotconf/security/usernamelevel.xml

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 1.1 KB
Line 
1<samba:parameter name="username level"
2 context="G"
3 type="integer"
4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5<description>
6 <para>This option helps Samba to try and 'guess' at
7 the real UNIX username, as many DOS clients send an all-uppercase
8 username. By default Samba tries all lowercase, followed by the
9 username with the first letter capitalized, and fails if the
10 username is not found on the UNIX machine.</para>
11
12 <para>If this parameter is set to non-zero the behavior changes.
13 This parameter is a number that specifies the number of uppercase
14 combinations to try while trying to determine the UNIX user name. The
15 higher the number the more combinations will be tried, but the slower
16 the discovery of usernames will be. Use this parameter when you have
17 strange usernames on your UNIX machine, such as <constant>AstrangeUser
18 </constant>.</para>
19
20 <para>This parameter is needed only on UNIX systems that have case
21 sensitive usernames.</para>
22</description>
23
24<value type="default">0</value>
25<value type="example">5</value>
26</samba:parameter>
Note: See TracBrowser for help on using the repository browser.