1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

docs: Update idmap_ad.8 that rfc2307 is the default

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
This commit is contained in:
Andreas Schneider 2024-01-08 10:51:18 +01:00 committed by Andreas Schneider
parent 8eb42425a8
commit 9ea124e29e

View File

@ -62,17 +62,22 @@
</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>