You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by GitBox <gi...@apache.org> on 2019/01/14 16:40:50 UTC

[guacamole-client] Diff for: [GitHub] necouchman merged pull request #354: GUACAMOLE-688: added LDAP_USER_SEARCH_FILTER to docker start script

diff --git a/guacamole-docker/bin/start.sh b/guacamole-docker/bin/start.sh
index 0732283a7..84444bebd 100755
--- a/guacamole-docker/bin/start.sh
+++ b/guacamole-docker/bin/start.sh
@@ -317,6 +317,10 @@ END
         "ldap-search-bind-password" \
         "$LDAP_SEARCH_BIND_PASSWORD"
 
+    set_optional_property         \
+        "ldap-user-search-filter" \
+        "$LDAP_USER_SEARCH_FILTER"
+
     # Add required .jar files to GUACAMOLE_EXT
     ln -s /opt/guacamole/ldap/guacamole-auth-*.jar "$GUACAMOLE_EXT"
 


With regards,
Apache Git Services