Hi Stan,
You can override the default behavior by making a sfGuardAuth folder in your
modules folder and overriding how authentication takes place.
On Tue, Nov 2, 2010 at 10:15, Stan McFarland wrote:
> Hi,
>
> I'm trying to secure an application where all users have client
> certificates. I
Hi,
I'm trying to secure an application where all users have client
certificates. I want to compare the client certificate name
(available in an environmental variable) to the list of valid users
kept in a database table. If the user exists in the database, I want
to grant the user access -