Comment #5 on issue 1536 by chipx86: Enabling Active Directory causes complete lockout (even local superuser cannot log back in)
http://code.google.com/p/reviewboard/issues/detail?id=1536

Can you try something on your end? You'd need to either modify your installed copy (when nobody's using it, if possible) or have a test dev environment to play with.

Edit reviewboard/accounts/backends.py. Find the 'authenticate' function in 'ActiveDirectoryBackend'.

Look for the line that says 'user_data = self.search_ad(......)'. Right after that, add:

    if not user_data:
        return None

Then restart your web server and try again.

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.

Reply via email to