Developing Authn/Authz Modules

2011-10-01 Thread Suneet Shah
Hello, I am trying to build my apache module which needs to carry out authentication and authorization functions based on the value of a cookie. To start with, I have just created a shell with the intent that I wanted the functions for authentication and authorization being called. However, it doe

Re: Developing Authn/Authz Modules

2011-10-01 Thread Ben Noordhuis
On Sat, Oct 1, 2011 at 23:05, Suneet Shah wrote: > Hello, > > I am trying to build my apache module which needs to carry out > authentication and authorization functions based on the value of a cookie. > To start with, I have just created a shell with the intent that I wanted the > functions for a

Re: Developing Authn/Authz Modules

2011-10-01 Thread Suneet Shah
Hi Ben I tried adding a Satify All to the Directory tag below as well as to Directory "/", the functions in my module are not getting called. Have I missed something else? thanks for your help Order allow,deny Allow from all Satisfy All On Sat, Oct 1, 2011 at 5:29 PM, Ben Noordhuis

Re: Developing Authn/Authz Modules

2011-10-03 Thread Sorin Manolache
On Sat, Oct 1, 2011 at 23:05, Suneet Shah wrote: > Hello, > > I am trying to build my apache module which needs to carry out > authentication and authorization functions based on the value of a cookie. > To start with, I have just created a shell with the intent that I wanted the > functions for a