Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added directory for shib modules
villadalmine committed Sep 13, 2016
1 parent 27dd706 commit 24083d6
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
@@ -26,6 +26,9 @@ RUN curl -o /etc/yum.repos.d/security:shibboleth.repo \
&& rm /etc/httpd/conf.d/ssl.conf \
&& rm /etc/httpd/conf.d/userdir.conf \
&& rm /etc/httpd/conf.d/welcome.conf

# Add starters and installers
ADD ./container_files /opt

COPY httpd-shib-foreground /usr/local/bin/
COPY conf/attribute-map.xml /opt/etc/shibboleth/attribute-map.xml
1 change: 1 addition & 0 deletions container_files/etc/httpd/conf.modules.d/00-shib.conf
@@ -0,0 +1 @@
LoadModule mod_shib /usr/lib64/shibboleth/mod_shib_24.so

0 comments on commit 24083d6

Please sign in to comment.