Flask-AppBuilder icon indicating copy to clipboard operation
Flask-AppBuilder copied to clipboard

How to use LDAP_MATCHING_RULE_IN_CHAIN?

Open Tonkonozhenko opened this issue 2 years ago • 1 comments

How can I use LDAP_MATCHING_RULE_IN_CHAIN?

I searched the code, but I'm not sure where to place it in security/manager.py

Some details are described here: https://stackoverflow.com/a/58778374/2539916

Tonkonozhenko avatar Oct 03 '22 07:10 Tonkonozhenko

it may depend but the LDAP search for a user is done here: https://github.com/dpgaspar/Flask-AppBuilder/blob/master/flask_appbuilder/security/manager.py#L912

dpgaspar avatar Oct 03 '22 14:10 dpgaspar