Dancer-Plugin-LDAP
view release on metacpan or search on metacpan
lib/Dancer/Plugin/LDAP/Handle.pm view on Meta::CPAN
if (@_) {
# prepend path
return join(',', @_, $self->{dancer_settings}->{base});
}
return $self->{dancer_settings}->{base};
}
=head2 rebind
Rebind with credentials from settings.
=cut
sub rebind {
my ($self) = @_;
my ($ldret);
Dancer::Logger::debug("LDAP rebind to $self->{dancer_settings}->{bind}.");
$ldret = $self->bind($self->{dancer_settings}->{bind},
( run in 0.254 second using v1.01-cache-2.11-cpan-4d50c553e7e )