Forward port graceful handling of the deletion of the Auth LDAPLink.

This commit is contained in:
Colin Kuskie 2008-12-15 22:59:25 +00:00
parent fa04344b7d
commit 5381f3038d
6 changed files with 111 additions and 70 deletions

View file

@ -142,6 +142,7 @@ sub execute {
$currentLinkId = $rowLinkId;
$link = WebGUI::LDAPLink->new($self->session, $rowLinkId);
next unless $link;
$ldapUrl = $link->get->{ldapUrl};
$ldap = $link->bind;