summaryrefslogtreecommitdiff
path: root/install.properties
diff options
context:
space:
mode:
authorMarkus Krogh <markus@nordu.net>2017-09-27 15:06:13 +0200
committerMarkus Krogh <markus@nordu.net>2017-09-27 15:06:13 +0200
commit633ada5afb580dea9c755554c9a9a66b64434e4c (patch)
tree0fab0e66eada4201009edbd6bc3bafd083b6ed97 /install.properties
parent489b5dcdaa79180ba6c9004332a4520717c27361 (diff)
Structure cleanup + docker compose
Diffstat (limited to 'install.properties')
-rw-r--r--install.properties48
1 files changed, 0 insertions, 48 deletions
diff --git a/install.properties b/install.properties
deleted file mode 100644
index 13ca6ad..0000000
--- a/install.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-idp.src.dir=/opt/shibboleth-identity-provider
-idp.target.dir=/opt/shibboleth-idp
-idp.host.name=idp.nordu.dev
-idp.scope=nordu.dev
-# Shibboleth default password, don't change not used on runtime
-idp.sealer.password=password
-idp.keystore.password=password
-
-# Found via build.xml
-ldap.merge.properties=/opt/nordu-ldap.properties
-
-# Skinning it
-idp.title = IDP Dev Web Login Service
-idp.title.suffix = Error
-idp.logo = /images/nordunet.png
-idp.logo.alt-text = Nordic Gateway for Research & Education
-idp.message = An unidentified error occurred.
-idp.footer = IDP dev footer text.
-
-#PROPERTIES:
-#The following properties are used. If they are not specified on the command line then
-#they will be prompted for if needed.
-#
-#idp.src.dir (update only): Where to install from. No default
-#idp.target.dir (all): where to install to. Default is basedir.
-#idp.host.name: If we are creating certificates
-#idp.uri.subject.alt.name: If we are creating certificates. Defaulted
-#idp.sealer.password:
-#idp.sealer.alias:
-#idp.keystore.password:
-#idp.scope: The scope to assert. If present this should also be present in idp.merge.properties
-#idp.merge.properties: The name of a property file to merge with idp.properties. This file only
-# used when doing the initial create of idp.properties, and is deleted after processing
-# - if idp.noprompt is set, then this file should contain a line setting idp.entityID.
-# - if idp.sealer.password is set, then this file should contain a line setting idp.sealer.storePassword and idp.sealer.keyPassword
-# - if idp.scope is present, then this file should contain a line setting idp.scope
-#services.merge.properties: The name of a property file to merge with services.properties
-# - if idp.is.V2 is set, then this file should contain a line setting
-# idp.service.relyingparty.resources=shibboleth.LegacyRelyingPartyResolverResources
-# nameid.merge.properties: The name of a property file to merge with saml-nameid.properties
-# - if idp.is.V2 is set, then this file should contain lines enabling legacy nameid generation
-# idp.property.file: The name of a property file to fill in some or all of the above. This file is deleted after processing.
-# idp.no.tidy: Do not delete the two above files (debug only)
-# idp.jetty.config: Copy jetty configuration from distribution (Unsupported)
-# ldap.merge.properties: The name of a property file to merge with ldap.properties
-# idp.conf.filemode (default "600"): The permissions to mark the files in conf with (UNIX only).
-
-# The property idp.noprompt will cause a failure rather than a prompt.