summaryrefslogtreecommitdiff
path: root/idp/install.properties
diff options
context:
space:
mode:
Diffstat (limited to 'idp/install.properties')
-rw-r--r--idp/install.properties48
1 files changed, 48 insertions, 0 deletions
diff --git a/idp/install.properties b/idp/install.properties
new file mode 100644
index 0000000..13ca6ad
--- /dev/null
+++ b/idp/install.properties
@@ -0,0 +1,48 @@
+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.