The branch, master has been updated via 9ea124e29e3 docs: Update idmap_ad.8 that rfc2307 is the default from 8eb42425a8e python:gp: Print a nice message if cepces-submit can't be found
https://git.samba.org/?p=samba.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit 9ea124e29e303ecfa7fdffd9f118f2b55a761965 Author: Andreas Schneider <a...@samba.org> Date: Mon Jan 8 10:51:18 2024 +0100 docs: Update idmap_ad.8 that rfc2307 is the default Signed-off-by: Andreas Schneider <a...@samba.org> Reviewed-by: Björn Jacke <bja...@samba.org> Autobuild-User(master): Andreas Schneider <a...@cryptomilk.org> Autobuild-Date(master): Fri Jan 12 14:51:56 UTC 2024 on atb-devel-224 ----------------------------------------------------------------------- Summary of changes: docs-xml/manpages/idmap_ad.8.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) Changeset truncated at 500 lines: diff --git a/docs-xml/manpages/idmap_ad.8.xml b/docs-xml/manpages/idmap_ad.8.xml index b364bbfa231..32df8d066c2 100644 --- a/docs-xml/manpages/idmap_ad.8.xml +++ b/docs-xml/manpages/idmap_ad.8.xml @@ -62,17 +62,22 @@ </varlistentry> <varlistentry> <term>schema_mode = <rfc2307 | sfu | sfu20></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> -- Samba Shared Repository