GUACAMOLE-987: Set ldap-user-attributes via env variable

Set the ldap-user-attributes if the corresponding LDAP_USER_ATTRIBUTES is set.
This commit is contained in:
bprfh
2020-03-13 13:39:54 +01:00
committed by roman.nemec
parent 3b97349f05
commit f064fa907b

View File

@@ -369,6 +369,7 @@ END
set_optional_property "ldap-encryption-method" "$LDAP_ENCRYPTION_METHOD" set_optional_property "ldap-encryption-method" "$LDAP_ENCRYPTION_METHOD"
set_optional_property "ldap-max-search-results" "$LDAP_MAX_SEARCH_RESULTS" set_optional_property "ldap-max-search-results" "$LDAP_MAX_SEARCH_RESULTS"
set_optional_property "ldap-search-bind-dn" "$LDAP_SEARCH_BIND_DN" set_optional_property "ldap-search-bind-dn" "$LDAP_SEARCH_BIND_DN"
set_optional_property "ldap-user-attributes" "$LDAP_USER_ATTRIBUTES"
set_optional_property \ set_optional_property \
"ldap-search-bind-password" \ "ldap-search-bind-password" \