Apache::Authenlemonldap - Perl extension for Apache with lemonldap websso


Apache-Authenlemonldap documentation  | view source Contained in the Apache-Authenlemonldap distribution.

Index


NAME

Top

Apache::Authenlemonldap - Perl extension for Apache with lemonldap websso

SYNOPSIS

Top

In httpd.conf

 <location /doc>
   Authname "lemonldap web SSO"
   Authtype Basic
 # require valid-user  or 
   require user egerman-cp
   PerlAuthenHandler Apache::Authenlemonldap
   Options Indexes FollowSymLinks MultiViews
 </location>

  





DESCRIPTION

Top

 This module can decode lemonldap header .
 Installing on your apache web server it can deal with a lemonldap frontend
 It puts user in    $r->connection->user and role in $ENV{ROLE}  

 A line in error.log is added when user get a connection .

 Note: this module works this apache2 , you can use it this apache-1.3nn with minor modifications (use Apache::Log instead use Apache2::Log )  

SEE ALSO

Top

Lemonldap websso at http://lemonldap.sourceforge.net

AUTHOR

Top

Eric German, <germanlinux@yahoo.fr>

COPYRIGHT AND LICENSE

Top


Apache-Authenlemonldap documentation  | view source Contained in the Apache-Authenlemonldap distribution.