Re: [EMAIL PROTECTED] Mutilayered Authentication

2007-06-01 Thread Joshua Slive
On 6/1/07, Liz Kim <[EMAIL PROTECTED]> wrote: Hello, I have a question about multi-layered authentication. Say there are 3 directories A, B and C /A /A/B /A/B/C 1. Users with a login/password or on the domain to be able to access A: AuthUserFile a_passwd AuthType Basic Require valid-user

[EMAIL PROTECTED] Mutilayered Authentication

2007-06-01 Thread Liz Kim
Hello, I have a question about multi-layered authentication. Say there are 3 directories A, B and C /A /A/B /A/B/C 1. Users with a login/password or on the domain to be able to access A: AuthUserFile a_passwd AuthType Basic Require valid-user order deny,allow deny from all allow from xxx.com