Modify ↓
Opened 16 years ago
Closed 16 years ago
#335 closed defect (fixed)
Cannot invalidate build when using Windows Domain auth (SSPI)
Reported by: | Allard | Owned by: | cmlenz |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | General | Version: | dev |
Keywords: | invalidate sspi | Cc: | |
Operating System: | Windows |
Description
When we click the invalidate build button we always get: "Missing or invalid form token. Do you have cookies enabled" error from Trac. When i login from /login with basic http auth we dont have any problem. when looking in the html source the form token is filled in the form. How can I help to check what is wrong?
Attachments (0)
Change History (3)
comment:1 Changed 16 years ago by Allard
comment:2 Changed 16 years ago by anonymous
- Milestone 0.6 deleted
Yes, this is a configuration issue, so there's nothing to fix in Bitten here.
comment:3 Changed 16 years ago by wbell
- Resolution set to fixed
- Status changed from new to closed
Looks like this is resolved. Closing.
Note: See
TracTickets for help on using
tickets.
This was a problem by SSPI when posting.
I can confirm that the following Apache setting will fix this: SSPIPerRequestAuth On