s3-docs: Document Services for Unix 2.0 (sfu20) nss_info ldap schema support.
authorGünther Deschner <gd@samba.org>
Tue, 18 Oct 2011 22:19:58 +0000 (00:19 +0200)
committerGünther Deschner <gd@samba.org>
Tue, 18 Oct 2011 23:40:40 +0000 (01:40 +0200)
Guenther

docs-xml/manpages-3/idmap_ad.8.xml
docs-xml/smbdotconf/winbind/winbindnssinfo.xml

index fbadaf2d55c70f2ce115e7d525917bd835af0d9b..57cd8602476517c2be0d70e1cb66cc7d0b165b8a 100644 (file)
                </para></listitem>
                </varlistentry>
                <varlistentry>
-               <term>schema_mode = &lt;rfc2307 | sfu &gt;</term>
+               <term>schema_mode = &lt;rfc2307 | sfu | sfu20&gt;</term>
                <listitem><para>
                        Defines the schema that idmap_ad should use when querying
                        Active Directory regarding user and group information.
                        This can be either the RFC2307 schema support included
                        in Windows 2003 R2 or the Service for Unix (SFU) schema.
+                       For SFU 3.0 or 3.5 please choose "sfu", for SFU 2.0
+                       please choose "sfu20".
                </para></listitem>
                </varlistentry>
        </variablelist>
index 318727c37bfad2e19d67c255e1f3f988aaa0c8ce..06b019ea5c35025a0463165cfcfd3acf99983683 100644 (file)
                </listitem>
 
                <listitem>
-                       <para><parameter moreinfo="none">&lt;sfu | rfc2307 &gt;</parameter>
+                       <para><parameter moreinfo="none">&lt;sfu | sfu20 | rfc2307 &gt;</parameter>
                        - When Samba is running in security = ads and your Active Directory
                        Domain Controller does support the Microsoft "Services for Unix" (SFU)
                        LDAP schema, winbind can retrieve the login shell and the home
-                       directory attributes directly from your Directory Server. Note that
+                       directory attributes directly from your Directory Server. For SFU 3.0 or 3.5 simply choose
+                       "sfu", if you use SFU 2.0 please choose "sfu20". Note that
                        retrieving UID and GID from your ADS-Server requires to
                        use <parameter moreinfo="none">idmap config DOMAIN:backend</parameter> = ad
                        as well.