Skip to content

Commit

Permalink
Removed saml-nameid.xml, cas-protocol.xml from default conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Bader committed Oct 7, 2017
1 parent fbc0d68 commit 8e0e24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idp/bin/init-idp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mkdir -p /ext-mount/conf/intercept/
cd ..
cp -r credentials/ /ext-mount/
cp -r metadata/ /ext-mount/
cp conf/{attribute-resolver.xml,attribute-filter.xml,cas-protocol.xml,idp.properties,ldap.properties,metadata-providers.xml,relying-party.xml,saml-nameid.xml,global.xml} /ext-mount/conf/
cp conf/{attribute-resolver.xml,attribute-filter.xml,idp.properties,ldap.properties,metadata-providers.xml,relying-party.xml,global.xml} /ext-mount/conf/
cp conf/intercept/context-check-intercept-config.xml /ext-mount/conf/intercept/context-check-intercept-config.xml

cp -r views/ /ext-mount/
Expand Down

0 comments on commit 8e0e24e

Please sign in to comment.