jazzband / django-axes

Keep track of failed login attempts in Django-powered sites.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compatiblity with django-auth-ldap?

joewesch opened this issue · comments

Hello, I am inquiring to see if there has been any testing for compatibility with the django-auth-ldap library. I didn't see it in the Integration documentation. Has anyone tested this yet?

Hey!

In principle the package should be compatible if the django-auth-ldap authentication backend but it would be nice if you test it and confirm back.

In practice you can try to log in N times where N >= failure limit and check what happens.