Re: postreview.py failing with error message: Got API Error 218 (HTTP code 403): Unable to authenticate with the repository using the provided credentials

2011-10-12 Thread jack jack
This seems to be blocker !! can somebody look into this...this will really
help us

On Wed, Oct 12, 2011 at 12:37 PM, jack jack  wrote:

> The host from where i post reviewrequest the file
> ~/.post-review-cookies.txt does not contain any RB site name or rbsessionid
> etc is this something related to this issue.
>
> bash-3.2$ cat ~/.post-review-cookies.txt
> # Netscape HTTP Cookie File
> # http://www.netscape.com/newsref/std/cookie_spec.html
> # This is a generated file!  Do not edit.
>
>
>
> On Wed, Oct 12, 2011 at 12:13 PM, jack jack  wrote:
>
>> Hello Chris,
>>
>> Please find the log attach.
>>
>> Regards,
>> Jack.
>>
>>
>>
>>
>> On Wed, Oct 12, 2011 at 12:05 PM, jack jack  wrote:
>>
>>> i have added the logging in the djblets/webapi/auth.py i would like to
>>> sent logging message to you in person.please share your personal mail id.
>>>
>>>
>>> On Wed, Oct 12, 2011 at 11:34 AM, Christian Hammond >> > wrote:
>>>
 I don't have a list of lines. You'd have to trace yourself and try to
 narrow it down. If I knew where to put the logging statements, I'd have a
 better idea of what was wrong.

 All I can point you to is djblets/webapi/auth.py and
 reviewboard/accounts/backends.py.


 Christian

 --
 Christian Hammond - chip...@chipx86.com
 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com


 On Tue, Oct 11, 2011 at 10:57 PM, jack jack  wrote:

> Thanks for the quick response.
>
> if you could guide me exactly where you would like to put logging on
> LDAPBackend class and djblets/webapi/auth.py i can do this for you and
> provide you with results.
>
>
> On Wed, Oct 12, 2011 at 11:12 AM, Christian Hammond <
> chip...@chipx86.com> wrote:
>
>> There have been other people encountering this. Without an LDAP setup
>> I can repro it with, someone else will have to do the work of figuring 
>> out
>> where this is failing. That would mean adding logging to the LDAPBackend
>> class, and possibly to djblets/webapi/auth.py.
>>
>> I'd love to get this fixed, but someone else will need to do the leg
>> work.
>>
>> Christian
>>
>> --
>> Christian Hammond - chip...@chipx86.com
>> Review Board - http://www.reviewboard.org
>> VMware, Inc. - http://www.vmware.com
>>
>>
>> On Tue, Oct 11, 2011 at 10:33 PM, jack jack wrote:
>>
>>> Hi All,
>>>
>>> At last I was able to login into the Reviewbaord using LDAP
>>> Authentication user account, thanks Christian and Stephen for your 
>>> valuable
>>> input you have extended toward me really appreciated.
>>>
>>>
>>>
>>> Now I tried to post a review request using RB tool, RBtool prompts me
>>> with username and password, the username and password I provided is the 
>>> LDAP
>>> user.
>>>
>>>
>>> But its failing with error message
>>>
>>>
>>> Error creating review request: Unable to authenticate with the
>>> repository using the provided credentials (HTTP 403, API Error 218)
>>>
>>>
>>> I am using the same LDAP user account user when prompted by the
>>> post-review tool for username and password.
>>>
>>>
>>> Can somebody tell what is happening wrong here.
>>>
>>>
>>>
>>> We are using perforce as  version control.
>>>
>>> RBtools version 0.3.3.
>>>
>>> Regards,
>>> Jack.
>>>
>>> --
>>> Want to help the Review Board project? Donate today at
>>> http://www.reviewboard.org/donate/
>>> Happy user? Let us know at http://www.reviewboard.org/users/
>>> -~--~~~~--~~--~--~---
>>> To unsubscribe from this group, send email to
>>> reviewboard+unsubscr...@googlegroups.com
>>> For more options, visit this group at
>>> http://groups.google.com/group/reviewboard?hl=en
>>
>>
>>  --
>> Want to help the Review Board project? Donate today at
>> http://www.reviewboard.org/donate/
>> Happy user? Let us know at http://www.reviewboard.org/users/
>> -~--~~~~--~~--~--~---
>> To unsubscribe from this group, send email to
>> reviewboard+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/reviewboard?hl=en
>
>
>  --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en
>

  --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org

Re: postreview.py failing with error message: Got API Error 218 (HTTP code 403): Unable to authenticate with the repository using the provided credentials

2011-10-11 Thread jack jack
i have added the logging in the djblets/webapi/auth.py i would like to sent
logging message to you in person.please share your personal mail id.

On Wed, Oct 12, 2011 at 11:34 AM, Christian Hammond wrote:

> I don't have a list of lines. You'd have to trace yourself and try to
> narrow it down. If I knew where to put the logging statements, I'd have a
> better idea of what was wrong.
>
> All I can point you to is djblets/webapi/auth.py and
> reviewboard/accounts/backends.py.
>
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
>
> On Tue, Oct 11, 2011 at 10:57 PM, jack jack  wrote:
>
>> Thanks for the quick response.
>>
>> if you could guide me exactly where you would like to put logging on
>> LDAPBackend class and djblets/webapi/auth.py i can do this for you and
>> provide you with results.
>>
>>
>> On Wed, Oct 12, 2011 at 11:12 AM, Christian Hammond 
>> wrote:
>>
>>> There have been other people encountering this. Without an LDAP setup I
>>> can repro it with, someone else will have to do the work of figuring out
>>> where this is failing. That would mean adding logging to the LDAPBackend
>>> class, and possibly to djblets/webapi/auth.py.
>>>
>>> I'd love to get this fixed, but someone else will need to do the leg
>>> work.
>>>
>>> Christian
>>>
>>> --
>>> Christian Hammond - chip...@chipx86.com
>>> Review Board - http://www.reviewboard.org
>>> VMware, Inc. - http://www.vmware.com
>>>
>>>
>>> On Tue, Oct 11, 2011 at 10:33 PM, jack jack  wrote:
>>>
 Hi All,

 At last I was able to login into the Reviewbaord using LDAP
 Authentication user account, thanks Christian and Stephen for your valuable
 input you have extended toward me really appreciated.



 Now I tried to post a review request using RB tool, RBtool prompts me
 with username and password, the username and password I provided is the 
 LDAP
 user.


 But its failing with error message


 Error creating review request: Unable to authenticate with the
 repository using the provided credentials (HTTP 403, API Error 218)


 I am using the same LDAP user account user when prompted by the
 post-review tool for username and password.


 Can somebody tell what is happening wrong here.



 We are using perforce as  version control.

 RBtools version 0.3.3.

 Regards,
 Jack.

 --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en
>>>
>>>
>>>  --
>>> Want to help the Review Board project? Donate today at
>>> http://www.reviewboard.org/donate/
>>> Happy user? Let us know at http://www.reviewboard.org/users/
>>> -~--~~~~--~~--~--~---
>>> To unsubscribe from this group, send email to
>>> reviewboard+unsubscr...@googlegroups.com
>>> For more options, visit this group at
>>> http://groups.google.com/group/reviewboard?hl=en
>>
>>
>>  --
>> Want to help the Review Board project? Donate today at
>> http://www.reviewboard.org/donate/
>> Happy user? Let us know at http://www.reviewboard.org/users/
>> -~--~~~~--~~--~--~---
>> To unsubscribe from this group, send email to
>> reviewboard+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/reviewboard?hl=en
>>
>
>  --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: postreview.py failing with error message: Got API Error 218 (HTTP code 403): Unable to authenticate with the repository using the provided credentials

2011-10-11 Thread Christian Hammond
I don't have a list of lines. You'd have to trace yourself and try to narrow
it down. If I knew where to put the logging statements, I'd have a better
idea of what was wrong.

All I can point you to is djblets/webapi/auth.py and
reviewboard/accounts/backends.py.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Tue, Oct 11, 2011 at 10:57 PM, jack jack  wrote:

> Thanks for the quick response.
>
> if you could guide me exactly where you would like to put logging on
> LDAPBackend class and djblets/webapi/auth.py i can do this for you and
> provide you with results.
>
>
> On Wed, Oct 12, 2011 at 11:12 AM, Christian Hammond 
> wrote:
>
>> There have been other people encountering this. Without an LDAP setup I
>> can repro it with, someone else will have to do the work of figuring out
>> where this is failing. That would mean adding logging to the LDAPBackend
>> class, and possibly to djblets/webapi/auth.py.
>>
>> I'd love to get this fixed, but someone else will need to do the leg work.
>>
>> Christian
>>
>> --
>> Christian Hammond - chip...@chipx86.com
>> Review Board - http://www.reviewboard.org
>> VMware, Inc. - http://www.vmware.com
>>
>>
>> On Tue, Oct 11, 2011 at 10:33 PM, jack jack  wrote:
>>
>>> Hi All,
>>>
>>> At last I was able to login into the Reviewbaord using LDAP
>>> Authentication user account, thanks Christian and Stephen for your valuable
>>> input you have extended toward me really appreciated.
>>>
>>>
>>>
>>> Now I tried to post a review request using RB tool, RBtool prompts me
>>> with username and password, the username and password I provided is the LDAP
>>> user.
>>>
>>>
>>> But its failing with error message
>>>
>>>
>>> Error creating review request: Unable to authenticate with the repository
>>> using the provided credentials (HTTP 403, API Error 218)
>>>
>>>
>>> I am using the same LDAP user account user when prompted by the
>>> post-review tool for username and password.
>>>
>>>
>>> Can somebody tell what is happening wrong here.
>>>
>>>
>>>
>>> We are using perforce as  version control.
>>>
>>> RBtools version 0.3.3.
>>>
>>> Regards,
>>> Jack.
>>>
>>> --
>>> Want to help the Review Board project? Donate today at
>>> http://www.reviewboard.org/donate/
>>> Happy user? Let us know at http://www.reviewboard.org/users/
>>> -~--~~~~--~~--~--~---
>>> To unsubscribe from this group, send email to
>>> reviewboard+unsubscr...@googlegroups.com
>>> For more options, visit this group at
>>> http://groups.google.com/group/reviewboard?hl=en
>>
>>
>>  --
>> Want to help the Review Board project? Donate today at
>> http://www.reviewboard.org/donate/
>> Happy user? Let us know at http://www.reviewboard.org/users/
>> -~--~~~~--~~--~--~---
>> To unsubscribe from this group, send email to
>> reviewboard+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/reviewboard?hl=en
>
>
>  --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: postreview.py failing with error message: Got API Error 218 (HTTP code 403): Unable to authenticate with the repository using the provided credentials

2011-10-11 Thread jack jack
Thanks for the quick response.

if you could guide me exactly where you would like to put logging on
LDAPBackend class and djblets/webapi/auth.py i can do this for you and
provide you with results.

On Wed, Oct 12, 2011 at 11:12 AM, Christian Hammond wrote:

> There have been other people encountering this. Without an LDAP setup I can
> repro it with, someone else will have to do the work of figuring out where
> this is failing. That would mean adding logging to the LDAPBackend class,
> and possibly to djblets/webapi/auth.py.
>
> I'd love to get this fixed, but someone else will need to do the leg work.
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
>
> On Tue, Oct 11, 2011 at 10:33 PM, jack jack  wrote:
>
>> Hi All,
>>
>> At last I was able to login into the Reviewbaord using LDAP Authentication
>> user account, thanks Christian and Stephen for your valuable input you have
>> extended toward me really appreciated.
>>
>>
>>
>> Now I tried to post a review request using RB tool, RBtool prompts me with
>> username and password, the username and password I provided is the LDAP
>> user.
>>
>>
>> But its failing with error message
>>
>>
>> Error creating review request: Unable to authenticate with the repository
>> using the provided credentials (HTTP 403, API Error 218)
>>
>>
>> I am using the same LDAP user account user when prompted by the
>> post-review tool for username and password.
>>
>>
>> Can somebody tell what is happening wrong here.
>>
>>
>>
>> We are using perforce as  version control.
>>
>> RBtools version 0.3.3.
>>
>> Regards,
>> Jack.
>>
>> --
>> Want to help the Review Board project? Donate today at
>> http://www.reviewboard.org/donate/
>> Happy user? Let us know at http://www.reviewboard.org/users/
>> -~--~~~~--~~--~--~---
>> To unsubscribe from this group, send email to
>> reviewboard+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/reviewboard?hl=en
>
>
>  --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: postreview.py failing with error message: Got API Error 218 (HTTP code 403): Unable to authenticate with the repository using the provided credentials

2011-10-11 Thread Christian Hammond
There have been other people encountering this. Without an LDAP setup I can
repro it with, someone else will have to do the work of figuring out where
this is failing. That would mean adding logging to the LDAPBackend class,
and possibly to djblets/webapi/auth.py.

I'd love to get this fixed, but someone else will need to do the leg work.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Tue, Oct 11, 2011 at 10:33 PM, jack jack  wrote:

> Hi All,
>
> At last I was able to login into the Reviewbaord using LDAP Authentication
> user account, thanks Christian and Stephen for your valuable input you have
> extended toward me really appreciated.
>
>
>
> Now I tried to post a review request using RB tool, RBtool prompts me with
> username and password, the username and password I provided is the LDAP
> user.
>
>
> But its failing with error message
>
>
> Error creating review request: Unable to authenticate with the repository
> using the provided credentials (HTTP 403, API Error 218)
>
>
> I am using the same LDAP user account user when prompted by the post-review
> tool for username and password.
>
>
> Can somebody tell what is happening wrong here.
>
>
>
> We are using perforce as  version control.
>
> RBtools version 0.3.3.
>
> Regards,
> Jack.
>
> --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

postreview.py failing with error message: Got API Error 218 (HTTP code 403): Unable to authenticate with the repository using the provided credentials

2011-10-11 Thread jack jack
Hi All,

At last I was able to login into the Reviewbaord using LDAP Authentication
user account, thanks Christian and Stephen for your valuable input you have
extended toward me really appreciated.



Now I tried to post a review request using RB tool, RBtool prompts me with
username and password, the username and password I provided is the LDAP
user.


But its failing with error message


Error creating review request: Unable to authenticate with the repository
using the provided credentials (HTTP 403, API Error 218)


I am using the same LDAP user account user when prompted by the post-review
tool for username and password.


Can somebody tell what is happening wrong here.



We are using perforce as  version control.

RBtools version 0.3.3.

Regards,
Jack.

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en