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


_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[EMAIL PROTECTED]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to