Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
1.3.0
-
None
Description
On the release notes of 1.3.0 there are those notes:
> Add environment variables for ldap-user-attributes property to Guacamole Docker image (GUACAMOLE-987)
> Add environment variables for ldap-dereference-aliases, ldap-follow-referrals, ldap-max-referral-hops, and ldap-operation-timeout properties to Guacamole Docker image (GUACAMOLE-1147)
This does not appear to be documented in the docker-ldap docs.
Comparing the 1.3 documentation with the current head of https://github.com/apache/guacamole-client/blob/master/guacamole-docker/bin/start.sh the following variables appear to not be documented:
- LDAP_MAX_SEARCH_RESULTS
- LDAP_SEARCH_BIND_DN
- LDAP_USER_ATTRIBUTES
- LDAP_GROUP_SEARCH_FILTER
- LDAP_MEMBER_ATTRIBUTE_TYPE
- LDAP_GROUP_NAME_ATTRIBUTE
- LDAP_DEREFERENCE_ALIASES
- LDAP_FOLLOW_REFERRALS
- LDAP_MAX_REFERRAL_HOPS
- LDAP_OPERATION_TIMEOUT