Menu

mod_auth_sspi

Help
Gabriele
2013-11-20
2013-11-20
  • Gabriele

    Gabriele - 2013-11-20

    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

    # 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>

     
  • Gabriele

    Gabriele - 2013-11-20

    I repost part of the httpd.conf

    thanks

    Gabriele

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.