Add new framework for smb.conf(5). Please read README before trying to compile.
[Samba/gebeck_regimport.git] / docs / docbook / smbdotconf / security / usernamelevel.xml
bloba4deff3bf954d81b65e12f7cc60957d60bd1444e
1 <samba:parameter xmlns:samba="http://samba.org/common">
2                 <term><anchor id="USERNAMELEVEL"/>username level (G)</term>
3                 <listitem><para>This option helps Samba to try and 'guess' at 
4                 the real UNIX username, as many DOS clients send an all-uppercase 
5                 username. By default Samba tries all lowercase, followed by the 
6                 username with the first letter capitalized, and fails if the 
7                 username is not found on the UNIX machine.</para>
9                 <para>If this parameter is set to non-zero the behavior changes. 
10                 This parameter is a number that specifies the number of uppercase
11                 combinations to try while trying to determine the UNIX user name. The
12                 higher the number the more combinations will be tried, but the slower
13                 the discovery of usernames will be. Use this parameter when you have
14                 strange usernames on your UNIX machine, such as <constant>AstrangeUser
15                 </constant>.</para>
17                 <para>Default: <command moreinfo="none">username level = 0</command></para>
18                 <para>Example: <command moreinfo="none">username level = 5</command></para>
19                 </listitem>
20                 </samba:parameter>