id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
10443,ADauth can't authenticate against AD for user with NON-ASCII-Signs in the password,didiboo@didiboo.de,sandinak,If user within AD try to authenticate_ and don't have strict ASCII-Passwords_ authentication fails.\r\n\r\nAccording to: http://www.mail-archive.com/python-ldap-dev@lists.sourceforge.net/msg00811.html\r\n\r\n\r\nThe Patch:\r\n\r\nChange line 120 in auth.py from:\r\n\r\n{{{ password = passwd or self.bin_pw }}}\r\n\r\nto\r\n\r\n{{{ password = (passwd or self.bind_pw).encode('utf-8') }}},defect,new,high,DirectoryAuthPlugin,blocker,,,,0.11
