mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-1322: prepend Variable for SAML plugin with missing $
This commit is contained in:
committed by
Jean-Benoit Paux
parent
2fbd228c33
commit
51eaddeba8
@@ -774,7 +774,7 @@ END
|
|||||||
set_optional_property "saml-debug" "$SAML_DEBUG"
|
set_optional_property "saml-debug" "$SAML_DEBUG"
|
||||||
set_optional_property "saml-compress-request" "$SAML_COMPRESS_REQUEST"
|
set_optional_property "saml-compress-request" "$SAML_COMPRESS_REQUEST"
|
||||||
set_optional_property "saml-compress-response" "$SAML_COMPRESS_RESPONSE"
|
set_optional_property "saml-compress-response" "$SAML_COMPRESS_RESPONSE"
|
||||||
set_optional_property "saml-group-attribute" "SAML_GROUP_ATTRIBUTE"
|
set_optional_property "saml-group-attribute" "$SAML_GROUP_ATTRIBUTE"
|
||||||
|
|
||||||
# Add required .jar files to GUACAMOLE_EXT
|
# Add required .jar files to GUACAMOLE_EXT
|
||||||
# "1-{}" make it sorted as a first provider (only authentication)
|
# "1-{}" make it sorted as a first provider (only authentication)
|
||||||
@@ -1101,4 +1101,3 @@ fi
|
|||||||
#
|
#
|
||||||
|
|
||||||
start_guacamole
|
start_guacamole
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user