mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-1115: Log failures to bind with search DN.
This commit is contained in:
@@ -109,6 +109,12 @@ public class AuthenticationProviderService {
|
||||
confService.getSearchBindPassword()
|
||||
);
|
||||
|
||||
// Warn of failure to find
|
||||
if (searchConnection == null) {
|
||||
logger.error("Unable to bind using search DN \"{}\"", searchBindDN);
|
||||
return null;
|
||||
}
|
||||
|
||||
try {
|
||||
|
||||
// Retrieve all DNs associated with the given username
|
||||
|
Reference in New Issue
Block a user