GUACAMOLE-1147: Add ldap-member-attribute-type support for Docker

This commit is contained in:
Erwan
2020-07-29 14:57:01 +02:00
parent 9863aec9f6
commit 2f42b90f86

View File

@@ -438,6 +438,7 @@ END
set_optional_property "ldap-user-search-filter" "$LDAP_USER_SEARCH_FILTER" set_optional_property "ldap-user-search-filter" "$LDAP_USER_SEARCH_FILTER"
set_optional_property "ldap-config-base-dn" "$LDAP_CONFIG_BASE_DN" set_optional_property "ldap-config-base-dn" "$LDAP_CONFIG_BASE_DN"
set_optional_property "ldap-group-base-dn" "$LDAP_GROUP_BASE_DN" set_optional_property "ldap-group-base-dn" "$LDAP_GROUP_BASE_DN"
set_optional_property "ldap-member-attribute-type" "$LDAP_MEMBER_ATTRIBUTE_TYPE"
set_optional_property \ set_optional_property \
"ldap-group-name-attribute" \ "ldap-group-name-attribute" \