From b9e0ce87eeeaa1a44ee8a3714b86f479ccfd63af Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Fri, 22 Jan 2016 08:31:06 -0800 Subject: [PATCH] GUAC-1388: Document null return of getGroupBaseDN(). --- .../glyptodon/guacamole/auth/ldap/ConfigurationService.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/extensions/guacamole-auth-ldap/src/main/java/org/glyptodon/guacamole/auth/ldap/ConfigurationService.java b/extensions/guacamole-auth-ldap/src/main/java/org/glyptodon/guacamole/auth/ldap/ConfigurationService.java index 62cd35e2b..83e8e8b23 100644 --- a/extensions/guacamole-auth-ldap/src/main/java/org/glyptodon/guacamole/auth/ldap/ConfigurationService.java +++ b/extensions/guacamole-auth-ldap/src/main/java/org/glyptodon/guacamole/auth/ldap/ConfigurationService.java @@ -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.