28826cf5f36260695f822e81f1973f25c0a933b9
[ira/wip.git] / docs / smbdotconf / winbind / winbindnormalizenames.xml
1 <samba:parameter name="winbind normalize names"
2                  context="G"
3                  type="boolean"
4                  advanced="1" developer="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7         <para>This parameter controls whether winbindd will replace
8         whitespace in user and group names with an underscore (_) character.
9         For example, whether the name &quot;Space Kadet&quot; should be
10         replaced with the string &quot;space_kadet&quot;.
11         Frequently Unix shell scripts will have difficulty with usernames 
12         contains whitespace due to the default field separator in the shell.
13         Do not enable this option if the underscore character is used in
14         account names within your domain
15         </para>
16 </description>
17
18 <value type="default">no</value>
19 <value type="example">yes</value>
20 </samba:parameter>