Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1267 by nikolai.prokoschenko: AD group selection fails when OU  
contains whitespace
http://code.google.com/p/reviewboard/issues/detail?id=1267

*NOTE: Do not post confidential information in this bug report.*

What version are you running?

1.0.1

What's the URL of the page containing the problem?

Login page

What steps will reproduce the problem?
1. Have a stupid AD with some Groups where an OU contains a space
2. Be a user in that group
3. Try to login

What is the expected output? What do you see instead?
Everything should work fine, instead there is a "Wrong password" notice and
"Bad search filter" message from AD.

This obviously requires changing the line
"group_data = self.search_ad(con,
'(&(objectClass=group)(saMAccountName=%s))' % group)"

in backends.py / get_member_of, but I'm not familiar with LDAP query
syntax...

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-issues@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