GUAC-1388: Clarify definition of "ldap-group-base-dn" property.

This commit is contained in:
Michael Jumper
2016-01-22 08:30:48 -08:00
parent 84eb4d8598
commit c0aadff989

View File

@@ -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() {