mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-1322: Correct indentation of SAML property assignments to match established code style.
This commit is contained in:
committed by
Jean-Benoit Paux
parent
d8765a8f3c
commit
2fbd228c33
@@ -769,12 +769,12 @@ END
|
||||
set_property "saml-idp-metadata-url" "$SAML_IDP_METADATA_URL"
|
||||
set_optional_property "saml-idp-url" "$SAML_IDP_URL"
|
||||
set_optional_property "saml-entity-id" "$SAML_ENTITY_ID"
|
||||
set_optional_property "saml-callback-url" "$SAML_CALLBACK_URL"
|
||||
set_optional_property "saml-strict" "$SAML_STRICT"
|
||||
set_optional_property "saml-debug" "$SAML_DEBUG"
|
||||
set_optional_property "saml-compress-request" "$SAML_COMPRESS_REQUEST"
|
||||
set_optional_property "saml-compress-response" "$SAML_COMPRESS_RESPONSE"
|
||||
set_optional_property "saml-group-attribute" "SAML_GROUP_ATTRIBUTE"
|
||||
set_optional_property "saml-callback-url" "$SAML_CALLBACK_URL"
|
||||
set_optional_property "saml-strict" "$SAML_STRICT"
|
||||
set_optional_property "saml-debug" "$SAML_DEBUG"
|
||||
set_optional_property "saml-compress-request" "$SAML_COMPRESS_REQUEST"
|
||||
set_optional_property "saml-compress-response" "$SAML_COMPRESS_RESPONSE"
|
||||
set_optional_property "saml-group-attribute" "SAML_GROUP_ATTRIBUTE"
|
||||
|
||||
# Add required .jar files to GUACAMOLE_EXT
|
||||
# "1-{}" make it sorted as a first provider (only authentication)
|
||||
|
Reference in New Issue
Block a user