Marc Fargas created GUACAMOLE-1406:
--------------------------------------
Summary: Documentation inconsistency regarding Docker setup
(environment)
Key: GUACAMOLE-1406
URL: https://issues.apache.org/jira/browse/GUACAMOLE-1406
Project: Guacamole
Issue Type: Bug
Components: Documentation
Affects Versions: 1.3.0
Reporter: Marc Fargas
On the [release notes of 1.3.0|https://guacamole.apache.org/releases/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|https://guacamole.apache.org/doc/gug/guacamole-docker.html#guacamole-docker-ldap].
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
--
This message was sent by Atlassian Jira
(v8.3.4#803005)