Sophie

Sophie

distrib > Mandriva > 2011.0 > x86_64 > by-pkgid > 66ee3de4e0f5806a6536c2ff5a55df91 > files > 1

apache-mod_auth_nds-2.0-15.x86_64.rpm

<IfDefine HAVE_AUTH_NDS>
  <IfModule !mod_auth_nds.c>
    LoadModule nds_auth_module    extramodules/mod_auth_nds.so
  </IfModule>
</IfDefine>

#
# Taken from the example by Guenter Knauf and the 
# original documentation, Sun Apr 13 2003
#
# --
# Regards // Oden Eriksson
# Deserve-IT Networks -> http://d-srv.com

<IfModule mod_auth_nds.c>

    <Location /restricted>
        AuthType Basic
        AuthName "A NDS Protected Place"
        AuthNDSContext .mktg.acme
        AuthNDSServer SERVER1
        AuthNDSFailMessage "SSL Authentication required!"
        # AuthNDSExpiredURI /expired.html
        # AuthNDSRequireSSL off
        require valid-user
    </Location>

</IfModule>