
Mail::Vacation::LDAP - handler for specific methods

perl implementation of vacation program, authorisation and control via LDAP

See Mail::Vacation

Perl implementation of the vacation mail handling program, using LDAP as the authentication and control protocol.

Configure this instance in the 'conf/ldap.conf' file

ldap script expecting running ldap server with appropriate entries - as per config file
browse ldap entries via web server
todo: modify entries

See also Mail::Vacation
None by default.
#=cut
require Exporter;
our @ISA = qw(Exporter);
our %EXPORT_TAGS = ( 'all' => [ qw( ) ] );
our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
our @EXPORT = qw( );

Richard Foley, <richard.foley@rfi.net>

Copyright 2002 by Richard Foley
Sponsered by Octogon Gmbh, Feldafing, Germany
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.