aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix more pep8 errorsPavlos Ratis2013-09-251-3/+0
* fix pep8 errorsPavlos Ratis2013-09-231-2/+4
* Replace django-auth-ldap with ldapdb-based auth backend.Michał Górny2013-09-221-0/+3
* get_bound_ldapuser(): support custom username.Michał Górny2013-09-221-2/+3
* Clean up settings.DATABASES when get_bound_ldapuser() fails.Michał Górny2013-09-121-1/+5
* Use context managers to clean up settings.DATABASES after binds.Michał Górny2013-09-121-29/+26
* Use session identifiers for unique LDAP db aliases.Michał Górny2013-09-121-3/+5
* Fix flake8 errorsTheo Chatzimichos2013-08-261-2/+4
* switch back to non-relative imports, they proved to be confusingTheo Chatzimichos2013-08-251-2/+2
* Move crypto-related stuff to okupy.crypto.Michał Górny2013-08-211-1/+1
* Iterate through all passwords in the listTheo Chatzimichos2013-08-191-2/+2
* Stop iterating when secondary password is removedTheo Chatzimichos2013-08-191-0/+1
* Introduce get_bound_ldapuser() helper.Michał Górny2013-08-181-9/+24
* Remove get_ldap_connection completelyTheo Chatzimichos2013-08-171-36/+0
* Use bind_as() to localize LDAP identity changes.Michał Górny2013-08-171-9/+9
* Handle unknown hashes in secondary-pass code gracefully.Michał Górny2013-08-171-4/+12
* Add support for secondary passwordPavlos Ratis2013-08-171-0/+47
* Fix get_ldap_connection to get secondary_password from the sessionTheo Chatzimichos2013-08-131-1/+1
* Add get_ldap_connection helper functionTheo Chatzimichos2013-08-081-0/+36