On 4/17/06, Covington, Chris <Chris.Covington@xxxxxxxxxxx> 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, is it possible to do something with > mod_rewrite to achieve this functionality? mod_rewrite could probably do this if you internally send different clients to different directories, then use an appropriate <Directory> section to restrict access as desired. You could then use symlinks to map the two directories to the same content. Not simple, but it might work. Joshua. --------------------------------------------------------------------- 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