Lucterios2 / django_auth_ldap3_ad

Simple LDAP/AD auth module for django
https://pypi.python.org/pypi/django-auth-ldap3-ad
GNU General Public License v3.0
45 stars 25 forks source link

No option to disable saving passwords #25

Closed dalrrard closed 4 years ago

dalrrard commented 6 years ago

Please modify auth.py to give the option to disable saving LDAP passwords locally or to use a dummy password. I've modified line 171 in auth.py to use a dummy password at the moment with no ill effect.

povtux commented 4 years ago

Hi, You can now set LDAP_OBFUSCATE_PASS = True

Regards,