mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +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
|
* Whether a database user account is required by default for authentication
|
||||||
* to succeed.
|
* 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
|
* The default value for the maximum number of connections to be
|
||||||
|
Reference in New Issue
Block a user