authorization with more than one method

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux