Mantis and RADIUS integration
Posted: 29 Aug 2012, 23:04
I'm trying to integrate Mantis with RADIUS authentication, as per the subject. I've got all of the correct config in Apache, as far as I can tell - if I put just a simple .html or .php file in the Mantis directory, it works just fine. However, when trying to use Mantis, it fails. When I look at the RADIUS logs, I see a single (successful) request when I'm going to the regular .html or .php page. However, when I go to Mantis I see 4 requests - the first one works and then the next 3 fail. So it seems like it's trying to load a few things at once (the page, and an image, and the css maybe, and...?), and that's screwing things up because the info I type in doesn't properly go to all the requests. Or something.
Does anyone have any idea of how to solve this? Maybe some way to ensure it fully processes the authentication request before proceeding?
Also, if I go to the .html or .php page first, I can then go to Mantis and it works just fine, once the request has been fully successful.
Also, if I go to the .html or .php page first, I can then go to Mantis and it works just fine, once the request has been fully successful.