hi there,
I have a site where I would like to use more than one authentication
method. how can can I do that?
I have how something like:

    <Location />
        AuthType Basic
        AuthName "By Invitation Only"
        AuthUserFile /srv/www/htdocs/passwd/passwords
        AuthGroupFile /srv/www/htdocs/passwd/groups
        require group DieGruppe
    </Location>

I would like to add something like

    <Location />
        AuthType NTLM
        AuthName "By Invitation Only"
        xxx
        yyy
        require valid_user
    </Location>

so that a user can login either with basic authentication OR using NTLM

how can I do that.
can somebody point me to an example.

thanks
robert



begin:vcard
fn:Robert  Rottermann
n:Rottermann;Robert
tel;work:++41 31 333 10 20
tel;fax:++41 31 333 10 23
tel;home:++41 31 333 36 03
x-mozilla-html:FALSE
version:2.1
end:vcard


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to