Skip to content

Commit

Permalink
Merge pull request #40 from sauloal/patch-1
Browse files Browse the repository at this point in the history
Update ldapauthenticator.py
  • Loading branch information
minrk authored Jun 16, 2017
2 parents 358db13 + 1622794 commit 41ad536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ldapauthenticator/ldapauthenticator.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,6 @@ def getConnection(userdn, username, password):
return username
else:
self.log.warn('Invalid password for user {username}'.format(
username=userdn,
username=username,
))
return None

0 comments on commit 41ad536

Please sign in to comment.