s3: VFS: Change SMB_VFS_SYS_ACL_SET_FILE to use const struct smb_filename * instead...
[Samba.git] / docs-xml / smbdotconf / security / usernamelevel.xml
blobf5248c0d03c263072846cb5cac1696352988c3fc
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>
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>
20     <para>This parameter is needed only on UNIX systems that have case
21     sensitive usernames.</para>
22 </description>
24 <value type="default">0</value>
25 <value type="example">5</value>
26 </samba:parameter>