=head1 NAME ResourcePool::Resource::Net::LDAP - A L wrapper for L =head1 SYNOPSIS use ResourcePool::Resource::Net::LDAP; my $resource = ResourcePool::Resource::Net::LDAP->new( $factory, $hostname, [@NamedBindOptions], [@NamedNewOptions]); =head1 DESCRIPTION This class is used by the L internally to create L connections. Its called by the corresponding L object which passes the parameters needed to establish the L connection. The only thing which has to been known by an application developer about this class is the implementation of the L and L methods: =head2 S<$resource-Eprecheck> Performs a bind(), either anonymous or with dn and password (depends on the arguments to L). B Returns true on success and false if the bind failed (regardless of the reason) =head2 S<$resource-Epostcheck> Does not implement any postcheck(). B always true =head1 SEE ALSO L, L, L, L =head1 AUTHOR Copyright (C) 2001-2003 by Markus Winand This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.