Skip to content

Commit

Permalink
Fix the POD docs for LDAPLink
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Oct 27, 2011
1 parent b6c4adc commit 7c1e81a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/WebGUI/LDAPLink.pm
Expand Up @@ -35,8 +35,8 @@ This package contains utility methods for WebGUI's ldap link system.
%ldapLink = WebGUI::LDAPLink->new($self->session,$ldapLinkId)->get;
$ldapLink = WebGUI::LDAPLink->new($self->session,$ldapLinkId);
$connection = $ldapLink->authenticate();
$ldapLink->disconnect;
$connection = $ldapLink->connectToLDAP();
$ldapLink->unbind;
=head1 METHODS
Expand Down

0 comments on commit 7c1e81a

Please sign in to comment.