The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Lemonldap::NG::Handler::SecureToken - Perl extension to generate a secure token

SYNOPSIS

package My::SecureToken; use Lemonldap::NG::Handler::SecureToken; @ISA = qw(Lemonldap::NG::Handler::SecureToken);

__PACKAGE__->init ( {

# See Lemonldap::NG::Handler for more

                } );
1;

DESCRIPTION

Edit your vhost configuration like this:

<VirtualHost *> ServerName secure.example.com

# Load Secure Token Handler PerlRequire __HANDLERDIR__/MyHandlerSecureToken.pm PerlHeaderParserHandler My::SecureToken

</VirtualHost>

EXPORT

See Lemonldap::NG::Handler

SEE ALSO

Lemonldap::NG::Handler

AUTHOR

Clement Oudot, <coudot@linagora.com>

COPYRIGHT AND LICENSE

Copyright (C) 2011 by Clement Oudot

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.

   =cut