summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2014-11-05 18:01:07 +0100
committerJakub Hrozek <jhrozek@redhat.com>2014-11-06 19:25:18 +0100
commit4c713fb79bfdef602021be890ee687fc3743ebb9 (patch)
tree15240e3ed596013ba61ae64d20ab0f6c20fa5c13 /src/man
parent69a88c4757dd24b1857954de7d043af1e5590b7f (diff)
downloadsssd-4c713fb79bfdef602021be890ee687fc3743ebb9.tar.gz
sssd-4c713fb79bfdef602021be890ee687fc3743ebb9.tar.xz
sssd-4c713fb79bfdef602021be890ee687fc3743ebb9.zip
Fix uuid defaults
Recently the uuid attributes for user and groups were removed because it was found that there are not used at all and that some of them where causing issues (https://fedorahosted.org/sssd/ticket/2383). The new views/overrides feature of FreeIPA uses the ipaUniqueID attribute to relate overrides with the original IPA objects. The previous two patches revert the removal of the uuid attributes from users and groups with this patch set the default value of these attributes to ipaUniqueID from the IPA provider, to objectGUID for the AD provider and leaves them unset for the general LDAP case to avoid issues like the one from ticket #2383. Related to https://fedorahosted.org/sssd/ticket/2481 Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Diffstat (limited to 'src/man')
-rw-r--r--src/man/sssd-ldap.5.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml
index f45522bd5..dad6f2793 100644
--- a/src/man/sssd-ldap.5.xml
+++ b/src/man/sssd-ldap.5.xml
@@ -345,7 +345,8 @@
an LDAP user object.
</para>
<para>
- Default: nsUniqueId
+ Default: not set in the general case, objectGUID for
+ AD and ipaUniqueID for IPA
</para>
</listitem>
</varlistentry>
@@ -866,7 +867,8 @@
an LDAP group object.
</para>
<para>
- Default: nsUniqueId
+ Default: not set in the general case, objectGUID for
+ AD and ipaUniqueID for IPA
</para>
</listitem>
</varlistentry>