summaryrefslogtreecommitdiffstats
path: root/src/config/etc/sssd.api.d/sssd-ldap.conf
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2014-07-22 09:51:18 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-07-25 15:26:13 +0200
commitdfb2960ab251f609466fa660449703835c97f99a (patch)
treed3d93250c3e4c03f51849cb211e8e2746f10823c /src/config/etc/sssd.api.d/sssd-ldap.conf
parentb5242c146cc0ca96e2b898a74fb060efda15bc77 (diff)
downloadsssd-dfb2960ab251f609466fa660449703835c97f99a.tar.gz
sssd-dfb2960ab251f609466fa660449703835c97f99a.tar.xz
sssd-dfb2960ab251f609466fa660449703835c97f99a.zip
LDAP: Remove unused option ldap_user_uuid
There is problem with OpenLDAP server and dereferencing of attributes that is not in the schema of the server? sh-4.2$ ldapsearch -x -LLL -h openldap.server.test -b 'dc=example,dc=com' \ -E 'deref=member:uid,dummy_attr' cn=ref_grp Protocol error (2) Additional information: Dereference control: attribute decoding error sh-4.2$ echo $? 2 The attribute nsUniqueID is a 389-only, non-standard attribute. It is an operational attribute that is not in the rfc2307bis nor inetOrgPerson nor posixAccount schema. It was a default value of option ldap_user_uuid, but it was not use anywhere. Resolves: https://fedorahosted.org/sssd/ticket/2383 Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'src/config/etc/sssd.api.d/sssd-ldap.conf')
-rw-r--r--src/config/etc/sssd.api.d/sssd-ldap.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config/etc/sssd.api.d/sssd-ldap.conf b/src/config/etc/sssd.api.d/sssd-ldap.conf
index e14acf5b7..a4802a1ea 100644
--- a/src/config/etc/sssd.api.d/sssd-ldap.conf
+++ b/src/config/etc/sssd.api.d/sssd-ldap.conf
@@ -56,7 +56,6 @@ ldap_user_gid_number = str, None, false
ldap_user_gecos = str, None, false
ldap_user_home_directory = str, None, false
ldap_user_shell = str, None, false
-ldap_user_uuid = str, None, false
ldap_user_objectsid = str, None, false
ldap_user_primary_group = str, None, false
ldap_user_principal = str, None, false