You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Steve Jacobs (JIRA)" <ji...@apache.org> on 2017/10/12 20:22:01 UTC

[jira] [Created] (AIRFLOW-1711) Ldap Attributes not always a "list" part 2

Steve Jacobs created AIRFLOW-1711:
-------------------------------------

             Summary: Ldap Attributes not always a "list" part 2
                 Key: AIRFLOW-1711
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1711
             Project: Apache Airflow
          Issue Type: Bug
          Components: contrib
    Affects Versions: Airflow 1.7.1
         Environment: Linux + Active Directory
            Reporter: Steve Jacobs


in the LDAP auth module

`group_contains_user` checks for `resp['attributes'].get(user_name_attr)[0] == username`

Some Ldaps apparently have this as a simple string

`resp['attributes'].get(user_name_attr) == username` 

also should be checked



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)