mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +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);
|
||||
}
|
||||
}
|
||||
|
||||
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