Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble-scripts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Rogaski <stigg@debian>2014-07-30 04:03:59 +0400
committerMark Rogaski <stigg@debian>2014-07-30 04:03:59 +0400
commit327c8c0735a9e08c7078430cab62ba25dc737ede (patch)
tree84e266a76318e617cf3d83777fdc90414f0a7da6
parent724a89c3bb2808b9f435706c03040d14f9a36f4a (diff)
Removed error for empty password.
-rw-r--r--Authenticators/LDAP/LDAPauth.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Authenticators/LDAP/LDAPauth.py b/Authenticators/LDAP/LDAPauth.py
index 10cc57a..7277cd0 100644
--- a/Authenticators/LDAP/LDAPauth.py
+++ b/Authenticators/LDAP/LDAPauth.py
@@ -449,9 +449,6 @@ def do_main_program():
return (AUTH_REFUSED, None, None)
else:
return (FALL_THROUGH, None, None)
- if not pw:
- warning("No password supplied for user " + name)
- return (AUTH_REFUSED, None, None)
match = res[0] #Only interested in the first result, as there should only be one match
#Parse the user information