Joel Best created GUACAMOLE-716:
-----------------------------------
Summary: Add all LDAP properties to Docker start script
Key: GUACAMOLE-716
URL: https://issues.apache.org/jira/browse/GUACAMOLE-716
Project: Guacamole
Issue Type: Improvement
Components: guacamole-docker
Reporter: Joel Best
There are still some LDAP properties that are not properly mapped in the
start.sh script used for the Docker container:
# ldap-group-name-attribute
# ldap-dereference-aliases
# ldap-max-referral-hops
# ldap-operation-timeout
# ldap-max-search-results
I also noticed some of the set_optional_property calls are broken up over
multiple lines but will be less than 80 columns if merged to one line. Finally,
I plan to re-order the lines in the script to try to match the [LDAP
authentication
documentation|https://guacamole.apache.org/doc/gug/ldap-auth.html] as closely
as possible.
Pull request will be submitted shortly.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)