From 27dd70616418bde6ac8b18afde5561369eef6d74 Mon Sep 17 00:00:00 2001 From: villadalmine Date: Tue, 13 Sep 2016 18:16:44 -0300 Subject: [PATCH] Added shibmod in DOckerfile --- Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9c8d814..3aaee7c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,5 +32,9 @@ COPY conf/attribute-map.xml /opt/etc/shibboleth/attribute-map.xml COPY conf/inc-md-cert.pem /opt/etc/shibboleth/inc-md-cert.pem COPY conf/shibboleth_keygen.sh /opt/bin/shibboleth_keygen.sh +#Added shib module apache +RUN ln -s /opt/etc/httpd/conf.modules.d/00-shib.conf /etc/httpd/conf.modules.d/00-shib.conf +RUN ln -s /usr/lib64/shibboleth/mod_shib_24.so /etc/httpd/modules/mod_shib_24.so + EXPOSE 80 443 -CMD ["httpd-shib-foreground"] \ No newline at end of file +CMD ["httpd-shib-foreground"]