Lemonldap::Handlers::RewriteHTML - Plugin for Lemonldap sso system


Lemonldap-Handlers-Generic documentation  | view source Contained in the Lemonldap-Handlers-Generic distribution.

Index


NAME

Top

    Lemonldap::Handlers::RewriteHTML  - Plugin  for Lemonldap sso system

DESCRIPTION

Top

 RewriteHTML is the default rewriter manager  of lemonldap  websso framework .
 This module rewrite on fly html response

 see http://lemonldap.sf.net for more infos .

Overlay

 If you wat use your own rewriter  method you must use REWRITEHTMLPLUGIN parameter like this :
 in httpd.conf : perlsetvar lemonldappluginhtml MyModule 

 Your module must accept  4 parameters : host :(the virtual host actived) ,target (the host target) 
 https (true if https request )  and  html (the source page in html ) 
 Your module must provide the 'get' method  and return a html string. 

SEE ALSO

Top

Lemonldap(3), Lemonldap::Portal::Standard

http://lemonldap.sourceforge.net/

"Writing Apache Modules with Perl and C" by Lincoln Stein & Doug MacEachern - O'REILLY

Eric German, <germanlinux@yahoo.fr>
Isabelle Serre, <isabelle.serre@justice.gouv.fr>

COPYRIGHT AND LICENSE

Top


Lemonldap-Handlers-Generic documentation  | view source Contained in the Lemonldap-Handlers-Generic distribution.