Ticket #10443 (new defect)

Opened 7 months ago

ADauth can't authenticate against AD for user with NON-ASCII-Signs in the password

Reported by: didiboo@didiboo.de Assigned to: sandinak
Priority: high Component: DirectoryAuthPlugin
Severity: blocker Keywords:
Cc: Trac Release: 0.11

Description

If user within AD try to authenticate, and don't have strict ASCII-Passwords, authentication fails.

According to: http://www.mail-archive.com/python-ldap-dev@lists.sourceforge.net/msg00811.html

The Patch:

Change line 120 in auth.py from:

password = passwd or self.bin_pw

to

password = (passwd or self.bind_pw).encode('utf-8')

Attachments


Add/Change #10443 (ADauth can't authenticate against AD for user with NON-ASCII-Signs in the password)




Change Properties
Action