mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +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
|
||||
* (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
|
||||
* 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
|
||||
* If guacamole.properties cannot be parsed.
|
||||
|
Reference in New Issue
Block a user