nickw444 / flask-ldap3-login

LDAP3 Logins for Flask/Flask-Login

Home Page:http://flask-ldap3-login.readthedocs.org/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AttributeError: module 'ldap3' has no attribute 'POOLING_STRATEGY_FIRST'

opened this issue · comments

File ".....\Python\Python35\lib\site-packages\flask_ldap3_login\__init__.py", line 55, in __init__ ldap3.POOLING_STRATEGY_FIRST, AttributeError: module 'ldap3' has no attribute 'POOLING_STRATEGY_FIRST'
It looks like POOLING_STRATEGY_FIRST has been changed to FIRST in ldap3

This happens when initializing LDAP3LoginManager

app = Flask(__name__) ldap_manager = LDAP3LoginManager(app)

great!