necouchman commented on a change in pull request #389: GUACAMOLE-708: Enable
auto-creation of users in JDBC modules
URL: https://github.com/apache/guacamole-client/pull/389#discussion_r281222781
##########
File path:
extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-sqlserver/src/main/java/org/apache/guacamole/auth/sqlserver/SQLServerGuacamoleProperties.java
##########
@@ -181,5 +181,13 @@ private SQLServerGuacamoleProperties() {}
public String getName() { return "sqlserver-driver"; }
};
+
+ public static final BooleanGuacamoleProperty
SQLSERVER_AUTO_CREATE_ACCOUNTS =
Review comment:
Oops.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services