I'm using WAMPSERVER apache2.2.

I've installed mod-auth-sspi, and setup it this way:

<Directory ...>
    AuthName "DOMAIN"
    AuthType SSPI
    SSPIAuth On
    SSPIAuthoritative On
    SSPIDomain "DOMAIN"
    SSPIOmitDomain On
    SSPIUsernameCase "upper"
    SSPIPerRequestAuth On

    Require valid-user
</Directory>

But my problem is that _SERVER["REMOTE_USER"] is filled with the username of the windows account running the server and not with the visitor's.

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.