blob: 13ca6ad1384196561991c66a8428f36100d38903 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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.
|