NAME
Mail::Vacation::LDAP - handler for specific methods
DESCRIPTION
perl implementation of vacation program, authorisation and control via LDAP
SYNOPSIS
See Mail::Vacation
ABSTRACT
Perl implementation of the vacation mail handling program, using LDAP as the authentication and control protocol.
NOTES
Configure this instance in the 'conf/ldap.conf' file
SCRIPTS
- ldap.pl
-
ldap script expecting running ldap server with appropriate entries - as per config file
- ldap.cgi
-
browse ldap entries via web server
todo: modify entries
SEE ALSO
See also Mail::Vacation
EXPORT
None by default.
#=cut
require Exporter;
our @ISA = qw(Exporter);
our %EXPORT_TAGS = ( 'all' => [ qw( ) ] );
our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
our @EXPORT = qw( );
AUTHOR
Richard Foley, <richard.foley@rfi.net>
COPYRIGHT AND LICENSE
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.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 53:
You forgot a '=back' before '=head1'