You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/01/23 15:35:20 UTC

[GitHub] colin-streicher opened a new pull request #4574: [AIRFLOW-3751] Ignore malformed ldap schema option

colin-streicher opened a new pull request #4574: [AIRFLOW-3751] Ignore malformed ldap schema option
URL: https://github.com/apache/airflow/pull/4574
 
 
   ### Jira
   
   This PR addresses the following [Airflow Jira](https://issues.apache.org/jira/browse/AIRFLOW-3751/) issues and references them in the PR title.
   
   ### Description
   
   This change includes a configuration option to allow ldap authentication to use ldap services that may not return schemas or return invalid ones. To allow malformed schemas, the configuration value of ignore_malformed_schema is added as a boolean. The default is the current behaviour.
   
   ### Tests
   
   - The changes introduced by this PR are covered by existing unit tests.
   
   
   ### Code Quality
   
   Passes `flake8`
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services