Page 1 of 1

Mantis and RADIUS integration

Posted: 29 Aug 2012, 23:04
by teleute
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.

Re: Mantis and RADIUS integration

Posted: 30 Aug 2012, 17:20
by teleute
Just in case anyone else is trying to do this - I was using mod_auth_radius, which caches using cookies. Apparently this doesn't work well with Mantis; as soon as I switched to mod_auth_xradius (which uses a local cache file or memcache server) it worked just fine.