summaryrefslogtreecommitdiffstats
path: root/src/python
diff options
context:
space:
mode:
authorPavel Reichl <preichl@redhat.com>2014-06-17 17:16:14 +0100
committerJakub Hrozek <jhrozek@redhat.com>2014-07-21 11:30:12 +0200
commitb12e2500237f33c44807d7e5b377ec06007c7252 (patch)
tree8569539e1149889123202c594313d48ab611ef28 /src/python
parent32381402a4a9afc003782c9e2301fc59c9bda2a9 (diff)
downloadsssd-b12e2500237f33c44807d7e5b377ec06007c7252.tar.gz
sssd-b12e2500237f33c44807d7e5b377ec06007c7252.tar.xz
sssd-b12e2500237f33c44807d7e5b377ec06007c7252.zip
LDAP: tokengroups do not work with id_provider=ldap
With plain LDAP provider we already have a sdap_handle, so it should be possible that in the case where sdom->pvt == NULL sdap_id_op_connect_send() can be skipped and sdap_get_ad_tokengroups_send() can be already send with the sdap_handle passed to sdap_ad_tokengroups_initgr_mapping_send(). So we should only fail if sdom->pvt == NULL and sh == NULL. if find_subdomain_by_sid() failed we can check if there is only one domain in the domain list (state->domain) and in this case continue with this domain since the LDAP provider does not know about sub-domains and hence can only have one configured domain. Resolves: https://fedorahosted.org/sssd/ticket/2345 Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'src/python')
0 files changed, 0 insertions, 0 deletions