mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-641: Merge expand extension API to allow properties to be retrieved from key vaults.
This commit is contained in:
@@ -60,7 +60,7 @@ public class LDAPAuthenticationProviderModule extends AbstractModule {
|
||||
throws GuacamoleException {
|
||||
|
||||
// Get local environment
|
||||
this.environment = new LocalEnvironment();
|
||||
this.environment = LocalEnvironment.getInstance();
|
||||
|
||||
// Store associated auth provider
|
||||
this.authProvider = authProvider;
|
||||
|
Reference in New Issue
Block a user