GUACAMOLE-363: Make DEFAULT_USER_REQUIRED false.

This commit is contained in:
Nick Couchman
2017-09-27 09:22:30 -04:00
parent 0459181e80
commit 34711b7a92

View File

@@ -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