mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-05 20:57:40 +00:00
GUACAMOLE-363: Make DEFAULT_USER_REQUIRED false.
This commit is contained in:
@@ -50,7 +50,7 @@ public class SQLServerEnvironment extends JDBCEnvironment {
|
||||
* Whether a database user account is required by default for authentication
|
||||
* to succeed.
|
||||
*/
|
||||
private static final boolean DEFAULT_USER_REQUIRED = true;
|
||||
private static final boolean DEFAULT_USER_REQUIRED = false;
|
||||
|
||||
/**
|
||||
* The default value for the maximum number of connections to be
|
||||
|
Reference in New Issue
Block a user