Finish conversion of Winbind options. Only Misc section left!
[Samba/gebeck_regimport.git] / docs / docbook / smbdotconf / winbind / winbindseparator.xml
blobcefc69d5bd28aefda9c70fed6420cdf8c3d6f9ac
1 <samba:parameter name="winbind separator"
2                  context="G"
3                  advanced="1" developer="1"
4                  xmlns:samba="http://samba.org/common">
5 <listitem>
6         <para>This parameter allows an admin to define the character 
7         used when listing a username of the form of <replaceable>DOMAIN
8         </replaceable>\<replaceable>user</replaceable>.  This parameter 
9         is only applicable when using the <filename moreinfo="none">pam_winbind.so</filename>
10         and <filename moreinfo="none">nss_winbind.so</filename> modules for UNIX services.
11         </para>
13         <para>Please note that setting this parameter to + causes problems
14         with group membership at least on glibc systems, as the character +
15         is used as a special character for NIS in /etc/group.</para>
17         <para>Default: <command moreinfo="none">winbind separator = '\'</command></para>
19         <para>Example: <command moreinfo="none">winbind separator = +</command></para>
20 </listitem>
21 </samba:parameter>