]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
docs: Update idmap_ad.8 that rfc2307 is the default
authorAndreas Schneider <asn@samba.org>
Mon, 8 Jan 2024 09:51:18 +0000 (10:51 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 12 Jan 2024 14:51:56 +0000 (14:51 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Björn Jacke <bjacke@samba.org>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Fri Jan 12 14:51:56 UTC 2024 on atb-devel-224

docs-xml/manpages/idmap_ad.8.xml

index b364bbfa2314b84b081b7c73bb2c62b1cb1c8b02..32df8d066c2244f0f3d17a026fb8a345dd33a3d4 100644 (file)
                </varlistentry>
                <varlistentry>
                <term>schema_mode = &lt;rfc2307 | sfu | sfu20&gt;</term>
-               <listitem><para>
+               <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.
+                       in Windows Server 2003 R2 and newer or the Service for
+                       Unix (SFU) schema for versions before Windows Server
+                       2003 R2.
                        For SFU 3.0 or 3.5 please choose "sfu", for SFU 2.0
                        please choose "sfu20".
 
                        Please note that the behavior of primary group membership is
                        controlled by the <emphasis>unix_primary_group</emphasis> option.
-               </para></listitem>
+               </para>
+               <para>Default: rfc2307</para>
+               </listitem>
                </varlistentry>
                <varlistentry>
                <term>unix_primary_group = yes/no</term>