Re: [Trac] how to auto login in when using SSPI

2006-03-24 Thread Christopher Lenz

Am 23.03.2006 um 23:14 schrieb ChongQing Xiao:

Hi,

I have set up apache to use mod_auth_sspi.so to verify nt user.

When I open my trac http address, a pop up will ask me windows user  
name and password and it works.


The question I have is whether it is possible to automatically  
login in without prompt the user for user name and password every  
time.
That's a question of browser configuration. IIRC Firefox has a  
hidden option (about:config) that will enable automatic NTLM login.  
And I think IE/Win also has an option for this, which should however  
be enabled by default.


Cheers,
Chris
--
Christopher Lenz
  cmlenz at gmx.de
  http://www.cmlenz.net/

___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac


RE: [Trac] how to auto login in when using SSPI

2006-03-24 Thread ChongQing Xiao
Hi, Chris:

Thanks for the answer, it seems this setting -
network.automatic-ntlm-auth.trusted-uris doesn't work for
mod_auto_sspi.so.

(I set up Trac to use mod_auto_sspi.so for authorization in Apache)

I did a search on the setting, it seems it is mostly for firefox
connectting to windows server but not Apache.

thanks
Chong

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Christopher Lenz
Sent: Friday, March 24, 2006 4:35 AM
To: trac@lists.edgewall.com
Subject: Re: [Trac] how to auto login in when using SSPI

Am 23.03.2006 um 23:14 schrieb ChongQing Xiao:
 Hi,

 I have set up apache to use mod_auth_sspi.so to verify nt user.

 When I open my trac http address, a pop up will ask me windows user  
 name and password and it works.

 The question I have is whether it is possible to automatically  
 login in without prompt the user for user name and password every  
 time.
That's a question of browser configuration. IIRC Firefox has a  
hidden option (about:config) that will enable automatic NTLM login.  
And I think IE/Win also has an option for this, which should however  
be enabled by default.

Cheers,
Chris
--
Christopher Lenz
   cmlenz at gmx.de
   http://www.cmlenz.net/

___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac
___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac


RE: [Trac] how to auto login in when using SSPI

2006-03-24 Thread ChongQing Xiao
I figured this out, in Apache, I have to comment out this setting.

SSPIOfferBasic On = this has to be turned off.

Once I do that, both firefox (with
network.automatic-ntlm-auth.trusted-uris set to the machine) and IE (no
configuration) will auto login in.

Thanks
Chong


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of ChongQing Xiao
Sent: Friday, March 24, 2006 9:43 AM
To: trac@lists.edgewall.com
Subject: RE: [Trac] how to auto login in when using SSPI

Hi, Chris:

Thanks for the answer, it seems this setting -
network.automatic-ntlm-auth.trusted-uris doesn't work for
mod_auto_sspi.so.

(I set up Trac to use mod_auto_sspi.so for authorization in Apache)

I did a search on the setting, it seems it is mostly for firefox
connectting to windows server but not Apache.

thanks
Chong

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Christopher Lenz
Sent: Friday, March 24, 2006 4:35 AM
To: trac@lists.edgewall.com
Subject: Re: [Trac] how to auto login in when using SSPI

Am 23.03.2006 um 23:14 schrieb ChongQing Xiao:
 Hi,

 I have set up apache to use mod_auth_sspi.so to verify nt user.

 When I open my trac http address, a pop up will ask me windows user  
 name and password and it works.

 The question I have is whether it is possible to automatically  
 login in without prompt the user for user name and password every  
 time.
That's a question of browser configuration. IIRC Firefox has a  
hidden option (about:config) that will enable automatic NTLM login.  
And I think IE/Win also has an option for this, which should however  
be enabled by default.

Cheers,
Chris
--
Christopher Lenz
   cmlenz at gmx.de
   http://www.cmlenz.net/

___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac
___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac
___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac