summaryrefslogtreecommitdiff
path: root/docs-xml/manpages
diff options
context:
space:
mode:
authorJohn Mulligan <jmulligan@nasuni.com>2017-01-13 07:33:01 +0100
committerRalph Boehme <slow@samba.org>2017-01-27 20:58:18 +0100
commitf605332e1b87d87e0c454bcae2a374013d3ebf82 (patch)
treec978cb9ad5d863ac43dba9723aff7523f9beb57d /docs-xml/manpages
parent348bcca76855798d60c04ddb30f1e13b2ac2d7cd (diff)
downloadsamba-f605332e1b87d87e0c454bcae2a374013d3ebf82.tar.gz
docs: Improve description of "unix_primary_group" parameter in idmap_ad manpage
Bug: https://bugzilla.samba.org/show_bug.cgi?id=12542 Signed-off-by: John Mulligan <jmulligan@nasuni.com> Reviewed-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Ralph Böhme <slow@samba.org> Autobuild-Date(master): Fri Jan 27 20:58:18 CET 2017 on sn-devel-144
Diffstat (limited to 'docs-xml/manpages')
-rw-r--r--docs-xml/manpages/idmap_ad.8.xml27
1 files changed, 19 insertions, 8 deletions
diff --git a/docs-xml/manpages/idmap_ad.8.xml b/docs-xml/manpages/idmap_ad.8.xml
index 355c08e3f56..fa5ae722d5b 100644
--- a/docs-xml/manpages/idmap_ad.8.xml
+++ b/docs-xml/manpages/idmap_ad.8.xml
@@ -70,23 +70,34 @@
For SFU 3.0 or 3.5 please choose "sfu", for SFU 2.0
please choose "sfu20".
- Please note that primary group membership is currently always calculated
- via the "primaryGroupID" LDAP attribute.
+ Please note that the behavior of primary group membership is
+ controlled by the <emphasis>unix_primary_group</emphasis> option.
</para></listitem>
</varlistentry>
<varlistentry>
<term>unix_primary_group = yes/no</term>
<listitem><para>
- Defines whether to retrieve the user's primary group
- from the SFU attributes.
- </para></listitem>
+ Defines whether the user's primary group is fetched from the SFU
+ attributes or the AD primary group. If set to
+ <parameter>yes</parameter> the primary group membership is fetched
+ from the LDAP attributes (gidNumber).
+ If set to <parameter>no</parameter> the primary group membership is
+ calculated via the "primaryGroupID" LDAP attribute.
+ </para>
+ <para>Default: no</para>
+ </listitem>
</varlistentry>
<varlistentry>
<term>unix_nss_info = yes/no</term>
<listitem><para>
- Defines whether to retrieve the login shell and
- home directory from the SFU attributes.
- </para></listitem>
+ If set to <parameter>yes</parameter> winbind will retrieve the login
+ shell and home directory from the LDAP attributes. If set to
+ <parameter>no</parameter> the or the AD LDAP entry lacks the SFU
+ attributes the options <emphasis>template shell</emphasis> and
+ <emphasis>template homedir</emphasis> are used.
+ </para>
+ <para>Default: no</para>
+ </listitem>
</varlistentry>
</variablelist>
</refsect1>