mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 17:13:21 +00:00 
			
		
		
		
	GUAC-586: Associate AuthenticationProvider directly with UserContext.
This commit is contained in:
		| @@ -185,7 +185,8 @@ public class MySQLAuthenticationProvider implements AuthenticationProvider { | ||||
|             new MySQLAuthenticationProviderModule(environment), | ||||
|  | ||||
|             // Configure JDBC authentication core | ||||
|             new JDBCAuthenticationProviderModule(environment, getTunnelService(environment)) | ||||
|             new JDBCAuthenticationProviderModule(this, environment, | ||||
|                     getTunnelService(environment)) | ||||
|  | ||||
|         ); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user