mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUAC-1388: Clarify definition of "ldap-group-base-dn" property.
This commit is contained in:
@@ -64,8 +64,9 @@ public class LDAPGuacamoleProperties {
|
||||
};
|
||||
|
||||
/**
|
||||
* The base DN of role based access control (RBAC) groups. All groups
|
||||
* should be under this DN.
|
||||
* The base DN of role based access control (RBAC) groups. All groups which
|
||||
* will be used for RBAC must be contained somewhere within the subtree of
|
||||
* this DN.
|
||||
*/
|
||||
public static final StringGuacamoleProperty LDAP_GROUP_BASE_DN = new StringGuacamoleProperty() {
|
||||
|
||||
|
Reference in New Issue
Block a user