GUAC-1115: Correct documented semantics of LDAP_USER_BASE_DN.

This commit is contained in:
Michael Jumper
2015-10-20 15:00:19 -07:00
parent 8c284399b1
commit b87afb9b54

View File

@@ -51,8 +51,10 @@ public class LDAPGuacamoleProperties {
}; };
/** /**
* The base DN of users. All users must be direct children of this DN, * The base DN of users. All users must be contained somewhere within the
* varying only by LDAP_USERNAME_ATTRIBUTE. * subtree of this DN. If the LDAP authentication will not be given its own
* credentials for querying other LDAP users, all users must be direct
* children of this base DN, varying only by LDAP_USERNAME_ATTRIBUTE.
*/ */
public static final StringGuacamoleProperty LDAP_USER_BASE_DN = new StringGuacamoleProperty() { public static final StringGuacamoleProperty LDAP_USER_BASE_DN = new StringGuacamoleProperty() {