Skip to content

Commit 7c1e81a

Browse files
committedOct 27, 2011
Fix the POD docs for LDAPLink
1 parent b6c4adc commit 7c1e81a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎lib/WebGUI/LDAPLink.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ This package contains utility methods for WebGUI's ldap link system.
3535
%ldapLink = WebGUI::LDAPLink->new($self->session,$ldapLinkId)->get;
3636
3737
$ldapLink = WebGUI::LDAPLink->new($self->session,$ldapLinkId);
38-
$connection = $ldapLink->authenticate();
39-
$ldapLink->disconnect;
38+
$connection = $ldapLink->connectToLDAP();
39+
$ldapLink->unbind;
4040
4141
=head1 METHODS
4242

0 commit comments

Comments
 (0)
Please sign in to comment.