pawsok commented on pull request #18670: URL: https://github.com/apache/airflow/pull/18670#issuecomment-942250511
Hi All, As @potiuk mentioned a few messages earlier. In my case, in our organization, there is an LDAP directory that contains a big number of users (let's say 10k users), so I don't want all those users to be automatically added to the Airflow DB. I'd like to have full control over which users are in db (this behaviour is implemented in version 2.0.1 which we're still using and this meets all our needs). If I try to log in as an LDAP user with an incorrect password I will just retrieve the following message: **Invalid login. Please try again** and that's fine in our case. And if the user does not exist in LDAP, they simply will not be able to log in and will receive the exact same message. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
