RE: Login window always show up in IE by using Apache2::AuthenNTLM
[prev]
[thread]
[next]
[Date index for 2005/05/12]
Hi All,
Supplementary to below mail, I get folloing messages in my access_log
from apache2.
10.1.50.79 - - [12/May/2005:13:33:08 +0200] "GET
/cordys/wcp/images/i.png HTTP/1.1" 401 510
10.1.50.79 - - [12/May/2005:13:33:08 +0200] "GET
/cordys/wcp/images/blank.png HTTP/1.1" 401 510
10.1.50.79 - - [12/May/2005:13:33:08 +0200] "GET
/cordys/wcp/images/admin/organizationalrole.gif HTTP/1.1" 401 510
10.1.50.79 - gschippe [12/May/2005:13:33:08 +0200] "GET
/cordys/wcp/images/admin/organizationalrole.gif HTTP/1.1" 200 232
10.1.50.79 - - [12/May/2005:13:35:14 +0200] "POST
/cordys/wcp/com.eibus.web.soap.Gateway.wcp?organization=3Do=3Dsystem,cn=3D=
cord
ys,o=3Dvanenburg.com HTTP/1.1" 401 510
10.1.50.79 - gschippe [12/May/2005:13:35:14 +0200] "POST
/cordys/wcp/com.eibus.web.soap.Gateway.wcp?organization=3Do=3Dsystem,cn=3D=
cord
ys,o=3Dvanenburg.com HTTP/1.1" 200 848
10.1.50.79 - gschippe [12/May/2005:13:35:15 +0200] "POST
/cordys/wcp/com.eibus.web.soap.Gateway.wcp?organization=3Do=3Dsystem,cn=3D=
cord
ys,o=3Dvanenburg.com&noresponse=3Dtrue HTTP/1.1" 401 510
10.1.50.79 - gschippe [12/May/2005:13:35:15 +0200] "POST
/cordys/wcp/com.eibus.web.soap.Gateway.wcp?organization=3Do=3Dsystem,cn=3D=
cord
ys,o=3Dvanenburg.com&noresponse=3Dtrue HTTP/1.1" 200 -
10.1.50.79 - gschippe [12/May/2005:13:35:15 +0200] "GET
/cordys/wcp/images/home.gif HTTP/1.1" 200 173
10.1.50.79 - gschippe [12/May/2005:13:35:15 +0200] "GET
/cordys/wcp/images/framechooser.gif HTTP/1.1" 200 168
While I go to the website every icon isn't correct displayed and I get a
login prompt, after give a escape on the login prompt and a refresh of
the page, the problem is gone.
Who can help??????
Regards,
Gert Jan
> -----Original Message-----
> From: Gert Jan Schipper=20
> Sent: Wednesday, May 11, 2005 1:20 PM
> To: modperl@xxxx.xxxxxx.xxx
> Subject: Login window always show up in IE by using=20
> Apache2::AuthenNTLM
>=20
>=20
> Hi All,
>=20
> I have a RedHat 3.0AS with apache 2.48
> =20
> When I surf to a folder on my apache that I have set to be=20
> authenticated from my domain. My Internet Explorer 6 gets and=20
> windows login popup, where it ask me to fill in =20
> User Name=20
> Password=20
> Domain=20
> =20
> but I want the login to be transparent..=20
> this is what I have in the httpd.conf file=20
>=20
> Alias /cordys "/opt/cordys/Web"
> <Directory "/opt/cordys/Web">
> PerlAuthenHandler Apache2::AuthenNTLM
> AllowOverride All
> AuthType ntlm,basic
> AuthName Cordys
> require valid-user
> PerlAddVar ntdomain "NTDOM mdc-nl-ntdom0"
> PerlSetVar defaultdomain NTDOM
> PerlSetVar splitdomainprefix 1
> PerlSetVar ntlmdebug 1
> </Directory>=20
>=20
> And I have set the following parameters:
>=20
> MaxKeepAliveRequests 200
>=20
> KeepAliveTimeout 25
>=20
> <IfModule prefork.c>
> StartServers 10
> MinSpareServers 10
> MaxSpareServers 15
> MaxClients 200
> MaxRequestsPerChild 0
> </IfModule>
>=20
> <IfModule worker.c>
> StartServers 1
> MaxClients 75
> MinSpareThreads 25
> MaxSpareThreads 75
> ThreadsPerChild 25
> MaxRequestsPerChild 0
> ServerLimit 1
> </IfModule>
>=20
> Anyone who knows what's wrong or where to start to look for=20
> the problem?
>=20
>=20
> Thanks in advance,
>=20
> Gert Jan Schipper
>=20
> **********************************************************************
> The information in this message is confidential and may be=20
> legally privileged. It is intended solely for the addressee.=20
> Access to this message by anyone else is unauthorized. If you=20
> are not the intended recipient, any disclosure, copying, or=20
> distribution of the message, or any action or omission taken=20
> by you in reliance on it, is prohibited and may be unlawful.=20
> Please immediately contact the sender if you have received=20
> this message in error.
> **********************************************************************
>=20
>=20
>=20
 |
(message missing)
|