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@… branson "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') }}}" defect closed high DirectoryAuthPlugin blocker fixed 0.11