summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2016-12-29 10:27:58 +0000
committerVolker Lendecke <vl@samba.org>2017-01-02 18:04:14 +0100
commitcff192413031a8bafe0b2b27e1aecd162422f855 (patch)
treea0d681f6f1c4e46224301d0365e30bbb352c24ae /docs-xml
parentbce19a6efe11980933531f0349c8f5212419366a (diff)
downloadsamba-cff192413031a8bafe0b2b27e1aecd162422f855.tar.gz
idmap_ad: Restore querying SFU nss info
With the last commit the getpwsid call did not look at the winbind nss info parameter anymore. This restores it for the idmap ad backend with slightly different semantics and configuration: We now have the unix_primary_group and unix_nss_info domain-specific parameters for idmap config. This enables overriding the Windows primary group with the unix one. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Uri Simchoni <uri@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/manpages/idmap_ad.8.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs-xml/manpages/idmap_ad.8.xml b/docs-xml/manpages/idmap_ad.8.xml
index 5876c468668..58e7f524318 100644
--- a/docs-xml/manpages/idmap_ad.8.xml
+++ b/docs-xml/manpages/idmap_ad.8.xml
@@ -74,6 +74,20 @@
via the "primaryGroupID" LDAP attribute.
</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>
+ </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>
+ </varlistentry>
</variablelist>
</refsect1>