You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Gallardo, Lisa" <Li...@susd12.org> on 2008/09/04 19:35:11 UTC

[users@httpd] RE: SSPI second prompt

Forgot to include what I've got in my httpd.conf for MOD_AUTH_SSPI:
    
    AuthName "Intranet Users Only"
    AuthType SSPI
    SSPIAuth On
    SSPIAuthoritative On
    SSPIDomain DOMAIN

    require group domain\user 


-----Original Message-----
Sent: Thursday, September 04, 2008 10:28 AM
Subject: [users@httpd] SSPI second prompt

Greetings,
I am using sspi to authenticate users against active directory. When the
site opens users get a login prompt but if they incorrectly enter their
login information they get the Authorization Required error and can't
refresh or go back to get the login again. They have to quit the
browser. Can I set up Apache so that it will give at least three
prompts? I'm using Windows 2003, apache 2.0.x.
Thank you.
Lisa

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server
Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org