Apache 2.2 configuration with SSPI

Alles, was den Apache betrifft, kann hier besprochen werden.

Apache 2.2 configuration with SSPI

Postby r_hauser » 18. May 2006 09:47

Hallo,

is there anyone who uses SSPI successsfully under Apache 2.2 ?

I use the modul: mod_auth_sspi.so (source: http://www.gknw.at/development/apache/h ... 2/modules/)

Which other modules need to be loaded or which should not be loaded concurrently ?

I always got an 401 Authorization Required error !

Entries in httpd.conf are:
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Code: Select all
  LoadModule sspi_auth_module modules/mod_auth_sspi.so

  # Configuration for mod_auth_sspi
  <IfModule mod_auth_sspi.c>
  <Location /protected/>
  AuthName "A Protected Place"
  AuthType SSPI
  SSPIAuth On
  SSPIAuthoritative On
  SSPIOfferBasic On
  SSPIBasicPreferred On
  require valid-user
  </Location>
  </IfModule>

...
  <Directory />
    Options FollowSymLinks
    AllowOverride None

    AuthName "---!"
    AuthType SSPI
    SSPIAuth On
    SSPIAuthoritative On
    require valid-user
  </Directory>

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::


Thanks in advance

Reini
r_hauser
 
Posts: 11
Joined: 24. April 2006 14:00
Operating System: Windows 7

Re: Apache 2.2 configuration with SSPI

Postby mario2006 » 01. June 2006 14:20

You could look also at these parameters...

SSPIOmitDomain
SSPIUsernameCase
mario2006
 
Posts: 1
Joined: 01. June 2006 14:16


Return to Apache

Who is online

Users browsing this forum: No registered users and 228 guests