Skip to content

Commit

Permalink
Added default to use_enigma in ScarletLDAP.authenticate()
Browse files Browse the repository at this point in the history
  • Loading branch information
jgr68 committed Oct 23, 2014
1 parent f3a59e4 commit f05831d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ScarletLDAP3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def __init__(self, server, search_base, port,
self.user_srv = user_srv
self.admin_srv = admin_srv

def authenticate(self, netid, passwd, use_enigma):
def authenticate(self, netid, passwd, use_enigma=False):

# establish initial connection to ldap server and bind anonymously
conn = Connection(self.server, user=netid, auto_bind=True)
Expand Down

0 comments on commit f05831d

Please sign in to comment.