Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2021-10-04 14:12:26 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2021-10-04 14:14:03 +0300
commitd9602077cdb0e03439d5446064fbe6d93b7c8708 (patch)
tree966cf626b02c3f93b9ac031d6c187c9eff214aed /build.xml
parent27aba4c57f591942619062d995f08a8eee347996 (diff)
.......... [ZBXNEXT-686] fixed permissions for SAML configuration file
(cherry picked from commit 194d57cd9cf74cf8db61a81a3604af5938e1804a) (cherry picked from commit 9ff3696dc2f666b89351bfc133e2b52a687b3e78)
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 7788b43c8ad..3612cbb6ae0 100644
--- a/build.xml
+++ b/build.xml
@@ -78,6 +78,7 @@
<replace file="${SIMPLESAMLPHP_CFG_FILE}" token="{ENTITY_ID}" value="${phpunit_sp_entity_id}"/>
<replace file="${SIMPLESAMLPHP_CFG_FILE}" token="{ASSERTION_CONSUMER_SERVICE}" value="${url}index_sso.php?acs"/>
<replace file="${SIMPLESAMLPHP_CFG_FILE}" token="{SINGLE_LOGOUT_SERVICE}" value="${url}index_sso.php?sls"/>
+ <chmod file="${SIMPLESAMLPHP_CFG_FILE}" perm="go+r"/>
</target>
<target name="init-integration">