Hi all, I have configured mod_auth_sspi with Apache 2.2 on window
Wen I access a file in a directory, it prompt me, but then i can access the file also if i use a wrong user or password.
Any help is really appreciated
Thanks
Gbriele
<Directory "D:="" Personale="" Contab="" "="">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
# AUTENTICAZIONE DI DOMINIO
AuthName "My Intranet"
AuthType SSPI
SSPIOfferBasic On # let non-IE clients authenticate
SSPIOmitDomain On # keep domain name in userid string
SSPIBasicPreferred Off # should basic authentication have higher priority
SSPIAuth On
SSPIAuthoritative On
require valid-user
</Directory>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all, I have configured mod_auth_sspi with Apache 2.2 on window
Wen I access a file in a directory, it prompt me, but then i can access the file also if i use a wrong user or password.
Any help is really appreciated
Thanks
Gbriele
http.conf
....
<IfModule !mod_auth_sspi.c="">
LoadModule sspi_auth_module modules/mod_auth_sspi.so
</IfModule>
....
Alias /Contab/ "D:/Personale/Contab/"
<Directory "D:="" Personale="" Contab="" "="">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
I repost part of the httpd.conf
thanks
Gabriele