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:12:47 +0300
commit9ff3696dc2f666b89351bfc133e2b52a687b3e78 (patch)
tree63ccbab34ecdb6975c908d02fefd871598ba0985 /build.xml
parent45fed1589c5f6a3302b8f3a93338a8865038675d (diff)
.......... [ZBXNEXT-686] fixed permissions for SAML configuration file
(cherry picked from commit 194d57cd9cf74cf8db61a81a3604af5938e1804a)
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">