d8347442a8daf5716899e49e55d3ee4e346fba93
[bbaumbach/samba-autobuild/.git] / docs-xml / smbdotconf / winbind / winbindnssinfo.xml
1 <samba:parameter name="winbind nss info"
2                  context="G"
3                  type="cmdlist"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6
7         <para>This parameter is designed to control how Winbind retrieves Name
8         Service Information to construct a user's home directory and login shell.
9         Currently the following settings are available:
10
11         <itemizedlist>
12                 <listitem>
13                         <para><parameter moreinfo="none">template</parameter>
14                         - The default, using the parameters of <parameter moreinfo="none">template
15                         shell</parameter> and <parameter moreinfo="none">template homedir</parameter>)
16                         </para>
17                 </listitem>
18
19                 <listitem>
20                         <para><parameter moreinfo="none">&lt;sfu | sfu20 | rfc2307 &gt;</parameter>
21                         - When Samba is running in security = ads and your Active Directory
22                         Domain Controller does support the Microsoft "Services for Unix" (SFU)
23                         LDAP schema, winbind can retrieve the login shell and the home
24                         directory attributes directly from your Directory Server. For SFU 3.0 or 3.5 simply choose
25                         "sfu", if you use SFU 2.0 please choose "sfu20". Note that
26                         retrieving UID and GID from your ADS-Server requires to
27                         use <parameter moreinfo="none">idmap config DOMAIN:backend</parameter> = ad
28                         as well. The primary group membership is currently
29                         always calculated via the "primaryGroupID" LDAP attribute.
30                         </para>
31                 </listitem>
32         </itemizedlist>
33
34 </para>
35 </description>
36
37 <value type="default">template</value>
38 <value type="example">sfu</value>
39 </samba:parameter>