[Catalyst] Catalyst::Plugin::Authentication::Store::LDAP problems

Carl Johnstone catalyst at fadetoblack.me.uk
Wed Nov 28 11:44:17 GMT 2007


>> I've got LDAP authentication working with Apache. Is there an
>> authentication method that simply takes over the username and password
>> that Apache got from the user?
>
> I believe Apache stores the user name from its auth in the REMOTE_USER env 
> var.

Or if you're using mod_perl you should be able to get it from the request 
object.

$c->apache->user

Carl




More information about the Catalyst mailing list