From 89cdabb24a311e429d6acca4c3b19357af221ad4 Mon Sep 17 00:00:00 2001 From: Henrik Lund Kramshoej Date: Tue, 11 Jul 2017 11:27:53 +0200 Subject: Added the right LDAP settings, works now with my password --- apache-sp/Dockerfile | 1 + apache-sp/nordunet.png | Bin 0 -> 20823 bytes apache-sp/shibd/shibboleth2.xml | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 apache-sp/nordunet.png (limited to 'apache-sp') diff --git a/apache-sp/Dockerfile b/apache-sp/Dockerfile index 51cc408..27f5013 100644 --- a/apache-sp/Dockerfile +++ b/apache-sp/Dockerfile @@ -10,6 +10,7 @@ ADD apache-conf/*.conf /etc/apache2/sites-available/ ADD shibd/shibboleth2.xml /etc/shibboleth/ ADD secure /var/www/secure ADD entrypoint.sh /entrypoint.sh +ADD nordunet.png /usr/share/shibboleth/nordunet.png RUN chmod a+rx /entrypoint.sh EXPOSE 443 EXPOSE 80 diff --git a/apache-sp/nordunet.png b/apache-sp/nordunet.png new file mode 100644 index 0000000..9948f66 Binary files /dev/null and b/apache-sp/nordunet.png differ diff --git a/apache-sp/shibd/shibboleth2.xml b/apache-sp/shibd/shibboleth2.xml index c6a759f..e428170 100644 --- a/apache-sp/shibd/shibboleth2.xml +++ b/apache-sp/shibd/shibboleth2.xml @@ -25,7 +25,7 @@ + helpLocation="/about" logoLocation="/shibboleth-sp/nordunet.png" /> -- cgit v1.1