Page 1 of 1
SSO for Windows-Clients
Posted: 17 Apr 2007, 13:49
by eiben
Hi,
I just modified Mantis, so that I can use SSO from IE-Clients (Integrated Windows Authentication = IWA). I modified the existing HTTP_AUTH to do the job.
I just tested this running 1.1.0a2 on linux ...
http://www.eiben.weite-welt.com/compute ... antis_iwa/
Posted: 17 Apr 2007, 15:37
by vboctor
Thanks eiben for the nice article. I've added a link to it from the following page:
http://www.mantisbt.org/wiki/doku.php/m ... s_recipies
It would be great if you can submit an issue to the bug tracker to get this into Mantis codebase.
Do we really need to include a specific domain into a regexp? Can't we just use a generic <domainname>\<username> regex?
A couple of minor comments:
1. Would be good to link to
http://www.mantisbt.org from the article.
2. Refer to Mantis as Mantis Bug Tracker (at least once in the article to match search queries).
Posted: 06 May 2007, 20:01
by eiben
vboctor wrote:
Do we really need to include a specific domain into a regexp? Can't we just use a generic <domainname>\<username> regex?
Well, I wrote this actual article based on a linux installation of mantis, using kerberos for SSO. In this case a user is identified by "username@domain". If your running on windows a user is usually identified by "domain\username". So a regex would be best, depending on where your system is running on.
vboctor wrote:
A couple of minor comments:
1. Would be good to link to
http://www.mantisbt.org from the article.
2. Refer to Mantis as Mantis Bug Tracker (at least once in the article to match search queries).
I'm kinda busy right now, I will add this as soon as possible.
Posted: 07 May 2007, 16:09
by eiben
eiben wrote:
vboctor wrote:
A couple of minor comments:
1. Would be good to link to
http://www.mantisbt.org from the article.
2. Refer to Mantis as Mantis Bug Tracker (at least once in the article to match search queries).
I'm kinda busy right now, I will add this as soon as possible.
OK, I added that

Posted: 08 May 2007, 02:09
by vboctor
Thanks eiben, you might want to replace "Mantis Bug Tracker Homapeg" with ".... Home Page".
Posted: 08 May 2007, 05:11
by eiben
if you insist ...
