mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-708: Add and update JavaDoc comments.
This commit is contained in:
@@ -234,8 +234,9 @@ public class PostgreSQLGuacamoleProperties {
|
||||
};
|
||||
|
||||
/**
|
||||
* Whether or not the PostgreSQL extension should automatically add database
|
||||
* entries for users who are granted access through other extensions.
|
||||
* Wether or not to automatically create accounts in the PostgreSQL database
|
||||
* for users who successfully authenticate through another extension. By
|
||||
* default users will not be automatically created.
|
||||
*/
|
||||
public static final BooleanGuacamoleProperty POSTGRESQL_AUTO_CREATE_ACCOUNTS =
|
||||
new BooleanGuacamoleProperty() {
|
||||
|
Reference in New Issue
Block a user