mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
GUAC-1388: Document null return of getGroupBaseDN().
This commit is contained in:
@@ -137,11 +137,12 @@ public class ConfigurationService {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the base DN under which all Guacamole role based access control
|
* Returns the base DN under which all Guacamole role based access control
|
||||||
* (RBAC) groups will be stored within the LDAP directory.
|
* (RBAC) groups will be stored within the LDAP directory. If RBAC will not
|
||||||
|
* be used, null is returned.
|
||||||
*
|
*
|
||||||
* @return
|
* @return
|
||||||
* The base DN under which all Guacamole RBAC groups will be stored
|
* The base DN under which all Guacamole RBAC groups will be stored
|
||||||
* within the LDAP directory.
|
* within the LDAP directory, or null if RBAC will not be used.
|
||||||
*
|
*
|
||||||
* @throws GuacamoleException
|
* @throws GuacamoleException
|
||||||
* If guacamole.properties cannot be parsed.
|
* If guacamole.properties cannot be parsed.
|
||||||
|
Reference in New Issue
Block a user