On 30 Mar 2011, at 14:32, Admin Cyanide wrote:

> I just want to be sure we're talking about authorisations and not 
> authentication. I know how to use SQL, LDAP or whatever to create 
> authentications mechanisms.
> What I'm searching is path based authorisations to allow acces to xxx/yyy 
> folder to bob, while other authenticated users can't access to it (though it 
> can be more complex).

I can't tell you your best solution.  But you could, for example, map paths to 
authz groups.  Then you update your ACLs by amending group memberships.

If you already knew that and thought it should be obvious, then the answer
is no, there's nothing builtin that'll help.  Unless your access maps to 
filesystem
access and can be driven by file ownership.

-- 
Nick Kew

Available for work, contract or permanent
http://www.webthing.com/~nick/cv.html


---------------------------------------------------------------------
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-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to