Re: [EMAIL PROTECTED] multiple authentication methods

2006-04-19 Thread Joshua Slive
On 4/17/06, Covington, Chris <[EMAIL PROTECTED]> wrote: > Hi all, > > Is is possible to define multiple authentication methods based on client > IP address / network? > > For instance: > > Client from 10.40.18.0, use AuthNTLM. Client from anywhere else, use > AuthLDAP. > > If not directly possible

[EMAIL PROTECTED] multiple authentication methods

2006-04-17 Thread Covington, Chris
Hi all, Is is possible to define multiple authentication methods based on client IP address / network? For instance: Client from 10.40.18.0, use AuthNTLM. Client from anywhere else, use AuthLDAP. If not directly possible, is it possible to do something with mod_rewrite to achieve this function