mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-1115: Correct documented semantics of LDAP_USER_BASE_DN.
This commit is contained in:
@@ -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() {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user