Forward port graceful handling of the deletion of the Auth LDAPLink.
This commit is contained in:
parent
fa04344b7d
commit
5381f3038d
6 changed files with 111 additions and 70 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue