Re: access control

2017-10-19 Thread tomcat
On 19.10.2017 12:48, Ken Peng wrote: Hi, for a common object on server, for example, http://a.com/b.jpg, when it can be accessed by client, I want to apply some access control on it, for example, the IP based AC rules. How will mod_perl handler deal with this? thanks. If you do the

Re: access control

2017-10-19 Thread Adam Prime
With a PerlAccessHandler, see: https://perl.apache.org/docs/2.0/user/handlers/http.html#PerlAccessHandler Adam On 17-10-19 06:48 AM, Ken Peng wrote: Hi, for a common object on server, for example, http://a.com/b.jpg, when it can be accessed by client, I want to apply some access control on

access control

2017-10-19 Thread Ken Peng
Hi, for a common object on server, for example, http://a.com/b.jpg, when it can be accessed by client, I want to apply some access control on it, for example, the IP based AC rules. How will mod_perl handler deal with this? thanks.    Regards,   Ken Peng

Re: Runtime access control by url

2012-02-28 Thread André Warnier
Carl Franks wrote: Hi, I'm currently handling access control with "AuthBasicProvider ldap dbd". I'd like to get rid of the growing list of directives in our httpd.conf and lookup each request url against a database, to check whether it requires a login. Visitors should b

Runtime access control by url

2012-02-28 Thread Carl Franks
Hi, I'm currently handling access control with "AuthBasicProvider ldap dbd". I'd like to get rid of the growing list of directives in our httpd.conf and lookup each request url against a database, to check whether it requires a login. Visitors should be able to browse th

RE: Ticket-based access control across multiple domains?

2004-03-24 Thread Clayton Cottingham
Harkins [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 11:08 AM To: Larry Leszczynski Cc: mod_perl List Subject: Re: Ticket-based access control across multiple domains? On Wed, 2004-03-24 at 10:47, Larry Leszczynski wrote: > I've been looking into designs for a mod_perl cook

Re: Ticket-based access control across multiple domains?

2004-03-24 Thread Perrin Harkins
On Wed, 2004-03-24 at 10:47, Larry Leszczynski wrote: > I've been looking into designs for a mod_perl cookie-based "single > sign-on" kind of authentication system that would use a central > authentication server across multiple products. Ask Bjorne Hansen and Robert Spier gave a presentation abou

Re: Ticket-based access control across multiple domains?

2004-03-24 Thread James G Smith
Larry Leszczynski <[EMAIL PROTECTED]> wrote: >Hi all - > >I've been looking into designs for a mod_perl cookie-based "single >sign-on" kind of authentication system that would use a central >authentication server across multiple products. I've been looking at >things like Apache::TicketAccess, Apa

Ticket-based access control across multiple domains?

2004-03-24 Thread Larry Leszczynski
Hi all - I've been looking into designs for a mod_perl cookie-based "single sign-on" kind of authentication system that would use a central authentication server across multiple products. I've been looking at things like Apache::TicketAccess, Apache::AuthTicket, Authen::Ticket, etc., but they all