2b61bbee11
- Resolves: upstream #3154 - sssd exits if clock is adjusted backwards after boot - Resolves: upstream #3163 - resolving IPA nested user group is broken in 1.14
44 lines
1.6 KiB
Diff
44 lines
1.6 KiB
Diff
From 4417b8170e7bb09fd8d724e36e23ddf89d95cb33 Mon Sep 17 00:00:00 2001
|
|
From: Jakub Hrozek <jhrozek@redhat.com>
|
|
Date: Wed, 31 Aug 2016 10:17:17 +0200
|
|
Subject: [PATCH 37/39] MAN: Document the ldap_user_primary_group option
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
|
|
(cherry picked from commit 6f59bb822d1e54e178207be45e382f4ee173c434)
|
|
---
|
|
src/man/sssd-ldap.5.xml | 15 +++++++++++++++
|
|
1 file changed, 15 insertions(+)
|
|
|
|
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml
|
|
index 6009dd8dfa787874c085c293b2d1f8aac6d95714..bfccfab2222e5b2d68b83ca473e9a3aa0f5308e5 100644
|
|
--- a/src/man/sssd-ldap.5.xml
|
|
+++ b/src/man/sssd-ldap.5.xml
|
|
@@ -299,6 +299,21 @@
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
+ <term>ldap_user_primary_group (string)</term>
|
|
+ <listitem>
|
|
+ <para>
|
|
+ Active Directory primary group attribute
|
|
+ for ID-mapping. Note that this attribute should
|
|
+ only be set manually if you are running the
|
|
+ <quote>ldap</quote> provider with ID mapping.
|
|
+ </para>
|
|
+ <para>
|
|
+ Default: unset (LDAP), primaryGroupID (AD)
|
|
+ </para>
|
|
+ </listitem>
|
|
+ </varlistentry>
|
|
+
|
|
+ <varlistentry>
|
|
<term>ldap_user_gecos (string)</term>
|
|
<listitem>
|
|
<para>
|
|
--
|
|
2.9.3
|
|
|