summaryrefslogtreecommitdiff
path: root/apache-sp
diff options
context:
space:
mode:
authorHenrik Lund Kramshoej <hlk@kramse.org>2017-07-11 11:27:53 +0200
committerHenrik Lund Kramshoej <hlk@kramse.org>2017-07-11 11:27:53 +0200
commit89cdabb24a311e429d6acca4c3b19357af221ad4 (patch)
treea0cd1058c29ce4f1c5ea3dd8f474c6c290f14827 /apache-sp
parent13d9d83b6182fce382061da380e61593a35cac13 (diff)
Added the right LDAP settings, works now with my password
Diffstat (limited to 'apache-sp')
-rw-r--r--apache-sp/Dockerfile1
-rw-r--r--apache-sp/nordunet.pngbin0 -> 20823 bytes
-rw-r--r--apache-sp/shibd/shibboleth2.xml2
3 files changed, 2 insertions, 1 deletions
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
--- /dev/null
+++ b/apache-sp/nordunet.png
Binary files 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 @@
</SessionInitiator>
</Sessions>
<Errors supportContact="test@example.com"
- helpLocation="/about" />
+ helpLocation="/about" logoLocation="/shibboleth-sp/nordunet.png" />
<MetadataProvider type="XML" uri="file:///var/www/metadata.xml" backingFilePalth="metadata.xml" reloadInterval="300"></MetadataProvider>
<AttributeExtractor type="XML" validate="true" reloadChanges="false" path="attribute-map.xml"/>
<AttributeResolver type="Query" subjectMatch="true"/>