source: branches/samba-3.2.x/docs-xml/smbdotconf/winbind/winbindseparator.xml

Last change on this file was 203, checked in by Herwig Bauernfeind, 16 years ago

Missing 3.2.2 client and HOWTO files

File size: 896 bytes
Line 
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>
Note: See TracBrowser for help on using the repository browser.