Moving docs tree to docs-xml to make room for generated docs in the release tarball.
[kai/samba.git] / docs-xml / smbdotconf / winbind / winbindseparator.xml
1 <samba:parameter name="winbind separator"
2                  context="G"
3                  advanced="1" developer="1"
4                                  type="string"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7         <para>This parameter allows an admin to define the character 
8         used when listing a username of the form of <replaceable>DOMAIN
9         </replaceable>\<replaceable>user</replaceable>.  This parameter 
10         is only applicable when using the <filename moreinfo="none">pam_winbind.so</filename>
11         and <filename moreinfo="none">nss_winbind.so</filename> modules for UNIX services.
12         </para>
13
14         <para>Please note that setting this parameter to + causes problems
15         with group membership at least on glibc systems, as the character +
16         is used as a special character for NIS in /etc/group.</para>
17 </description>
18
19 <value type="default">'\'</value>
20 <value type="example">+</value>
21 </samba:parameter>