Skip to content

Commit 88dc673

Browse files
committed
standalone shibboleth image
- adds a new image for user_saml integration tests, only providing shib - removes old integration tests images from PHP 5.6 times Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
1 parent 4b4da3f commit 88dc673

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+26
-3046
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
FROM cscfi/shibboleth-idp:release-4.1.4
2+
3+
ADD shibboleth-idp/ /opt/shibboleth-idp/
4+
ADD start.sh /usr/local/bin/
5+
6+
RUN chmod a+x /usr/local/bin/start.sh
7+
8+
RUN init-idp.sh
9+
10+
CMD "start.sh"

user_saml_shibboleth/shibboleth/conf/ldap.properties renamed to user_saml_shibboleth-idp/shibboleth-idp/conf/ldap.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
#idp.authn.LDAP.authenticator = anonSearchAuthenticator
66

77
## Connection properties ##
8-
idp.authn.LDAP.ldapURL = ldap://localhost:389
8+
# the LDAP server is typically a service container, reachable via "directory"
9+
idp.authn.LDAP.ldapURL = ldap://directory:389
910
idp.authn.LDAP.useStartTLS = false
1011
idp.authn.LDAP.useSSL = false
1112
#idp.authn.LDAP.connectTimeout = 3000
@@ -56,4 +57,4 @@ idp.attribute.resolver.LDAP.searchFilter = (uid=$requestContext.principal
5657
#idp.pool.LDAP.prunePeriod = 300
5758
#idp.pool.LDAP.idleTime = 600
5859
#idp.pool.LDAP.blockWaitTime = 3000
59-
#idp.pool.LDAP.failFastInitialize = false
60+
#idp.pool.LDAP.failFastInitialize = false

0 commit comments

Comments
 (0)