docs: fix opening and ending tag mismatch: para
[Samba/gebeck_regimport.git] / docs-xml / smbdotconf / winbind / winbindseparator.xml
blob63ab42000d1c9afc2406a642bfb83bda5a511bdc
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>
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>
19 <value type="default">'\'</value>
20 <value type="example">+</value>
21 </samba:parameter>