GUAC-1388 Allow LDAP role-based access control for guacConfigGroups

This commit is contained in:
Patrick Richardson
2015-12-10 09:35:29 -05:00
parent abbff6d9ac
commit 72dddc0921
5 changed files with 103 additions and 6 deletions

View File

@@ -88,7 +88,9 @@ guacamole.properties such that the authentication provider is available.
# The base DN within which all guacConfig objects can be found.
ldap-config-base-dn: dc=example,dc=net
# The base DN within which all role based groups can be found.
ldap-group-base-dn: ou=groups,dc=example,dc=net
------------------------------------------------------------
Reporting problems