diff options
author | Pavlos Ratis <dastergon@gentoo.org> | 2013-09-25 12:16:46 -0700 |
---|---|---|
committer | Pavlos Ratis <dastergon@gentoo.org> | 2013-09-25 12:16:46 -0700 |
commit | a367f91a9f6f136acd42231b3cb322c1d2bb3064 (patch) | |
tree | bdbaa37144b2c913549587a6b747ff30a4281bc5 /okupy/common/ldap_helpers.py | |
parent | Merge pull request #100 from dastergon/gravatar (diff) | |
parent | fix more pep8 errors (diff) | |
download | identity.gentoo.org-master.tar.gz identity.gentoo.org-master.tar.bz2 identity.gentoo.org-master.zip |
Settings improvements
Diffstat (limited to 'okupy/common/ldap_helpers.py')
-rw-r--r-- | okupy/common/ldap_helpers.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/okupy/common/ldap_helpers.py b/okupy/common/ldap_helpers.py index 2a5250f..4d872d3 100644 --- a/okupy/common/ldap_helpers.py +++ b/okupy/common/ldap_helpers.py @@ -8,9 +8,6 @@ from okupy import OkupyError from okupy.accounts.models import LDAPUser from okupy.crypto.ciphers import cipher -from django.conf import settings #debug -from django.db import connections - def get_bound_ldapuser(request, password=None, username=None): """ |