mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
GUACAMOLE-717: Merge handle LDAPException gracefully when doing a search
This commit is contained in:
@@ -221,6 +221,11 @@ public class ObjectQueryService {
|
|||||||
logger.debug("Got a referral, but configured to not follow them.", e);
|
logger.debug("Got a referral, but configured to not follow them.", e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
catch (LDAPException e) {
|
||||||
|
logger.warn("Failed to process an LDAP search result. Error was: {}", e.resultCodeToString());
|
||||||
|
logger.debug("Error processing LDAPEntry search result.", e);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user