Re: Issue 1536 in reviewboard: Enabling Active Directory causes complete lockout (even local superuser cannot log back in)

2015-04-03 Thread reviewboard


Comment #9 on issue 1536 by saman1...@gmail.com: Enabling Active Directory  
causes complete lockout (even local superuser cannot log back in)

https://code.google.com/p/reviewboard/issues/detail?id=1536

If you look at  
https://www.reviewboard.org/docs/manual/dev/admin/configuration/authentication-settings/#active-directory-authentication-settings
then you can see this command will reset the authentication method to the  
default


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 1536 in reviewboard: Enabling Active Directory causes complete lockout (even local superuser cannot log back in)

2010-09-04 Thread reviewboard


Comment #6 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

Any update on this?

--
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.



Re: Issue 1536 in reviewboard: Enabling Active Directory causes complete lockout (even local superuser cannot log back in)

2010-06-27 Thread reviewboard


Comment #4 on issue 1536 by sierragolfoneniner: Enabling Active Directory  
causes complete lockout (even local superuser cannot log back in)

http://code.google.com/p/reviewboard/issues/detail?id=1536

I even tried several times to make up admin users with random strings as  
their names (e.g. djfskhkfshfsd) so unless AD has some sort of wildcard  
capability or I was really (un)lucky there's no way the users could have  
existed.


--
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.



Re: Issue 1536 in reviewboard: Enabling Active Directory causes complete lockout (even local superuser cannot log back in)

2010-06-27 Thread reviewboard


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.



Re: Issue 1536 in reviewboard: Enabling Active Directory causes complete lockout (even local superuser cannot log back in)

2010-06-14 Thread reviewboard

Updates:
Status: NeedInfo
Labels: Component-Accounts

Comment #3 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

I don't know if you ever found a good solution to this problem or if it's  
happened since, but the only cases I've found where this would happen is  
when the Active Directory server had an entry for the admin user you're  
trying to log in as, which would take precedence and prevent the login from  
the built-in user database. That would also explain the lack of log  
messages, because as far as the auth backend is concerned, the user *does*  
exist and the password was simply wrong. There's nothing we can do about  
this.


Any way you can check if this is indeed the problem?

--
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.



Re: Issue 1536 in reviewboard: Enabling Active Directory causes complete lockout (even local superuser cannot log back in)

2010-04-10 Thread reviewboard


Comment #2 on issue 1536 by Jan.Koprowski: Enabling Active Directory causes  
complete lockout (even local superuser cannot log back in)

http://code.google.com/p/reviewboard/issues/detail?id=1536

This could be problem caused for issue 1611

--
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-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.



Issue 1536 in reviewboard: Enabling Active Directory causes complete lockout (even local superuser cannot log back in)

2010-03-10 Thread reviewboard

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

New issue 1536 by sierragolfoneniner: Enabling Active Directory causes  
complete lockout (even local superuser cannot log back in)

http://code.google.com/p/reviewboard/issues/detail?id=1536

I can set up a site, create an admin user with a name that I know is
not in my Active Directory, set RB to use AD, then become totally locked
out of that site.

AD doesn't work and the admin login doesn't work anymore.

I have to just delete the site and recreate it using rb-site
install.

I even tried turning logging on before switching AD logins on and,
well, after I got the generic startup messages (2 lines total) nothing
appeared in the log.

No errors, no failure messages, *nothing at all*.

I can use various LDAP browsers to connect to the domain controller and
browse around, so I figure I don't need encryption or any additional
permissions.



What version are you running?
1.5 beta 1

What's the URL of the page containing the problem?
(internal server)

What steps will reproduce the problem?
1. Create a RB site and set up a local superuser
2. Set the site to use Active Directory for logins.
3. Log out.
4. You will not be able to log back in.

What operating system are you using? What browser?
The site is running on Python 2.5 / Apache 2.2.15 on Windows Server 2008
Standard Edition.
I've tried logging in using both IE7 and Firefox 3.6 on Win XP

Please provide any additional information below.
(none)

--
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-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.