~zulcss/samba/samab-3.4-test

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/winbind/winbindseparator.xml

  • Committer: Chuck Short
  • Date: 2010-05-20 18:57:13 UTC
  • Revision ID: zulcss@ubuntu.com-20100520185713-hwqvf9t50z830wck
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>