1 | # Single Sign On Service Configuration |
---|
2 | |
---|
3 | [DEFAULT] |
---|
4 | # Server address for secure connections |
---|
5 | #sslServer: https://localhost |
---|
6 | #server: http://localhost:4000 |
---|
7 | sslServer: https://localhost/sso |
---|
8 | server: http://localhost/sso |
---|
9 | layout: %(server)s/layout/ |
---|
10 | icondir: %(server)s/layout/icons/ |
---|
11 | disclaimer: |
---|
12 | |
---|
13 | [NDG_SECURITY] |
---|
14 | # Redirect SOAP output to a file e.g. open(<somefile>, 'w') |
---|
15 | tracefile: None |
---|
16 | #tracefile: sys.stderr |
---|
17 | |
---|
18 | # Service addresses |
---|
19 | sessionMgrURI: https://gabriel.badc.rl.ac.uk/SessionManager |
---|
20 | attAuthorityURI: http://localhost:5000/AttributeAuthority |
---|
21 | |
---|
22 | # WS-Security signature handler |
---|
23 | wssCfgFilePath: ./wssecurity.cfg |
---|
24 | |
---|
25 | # SSL Connections |
---|
26 | # |
---|
27 | # Space separated list of CA cert. files. The peer cert. |
---|
28 | # must verify against at least one of these otherwise the connection is |
---|
29 | # dropped. |
---|
30 | sslCACertFilePathList: certs/ndg-test-ca.crt |
---|
31 | |
---|
32 | # Set an alternate CommonName to match with peer cert for SSL |
---|
33 | # Connections. If the CN=hostname of the peer then this option |
---|
34 | # can be commented out |
---|
35 | sslPeerCertCN: |
---|
36 | |
---|
37 | # Gatekeeper Attribute Certificate check |
---|
38 | # Issuer - should match with the issuer element of the users Attribute |
---|
39 | # Certificate submitted in order to gain access |
---|
40 | acIssuer: /CN=AttributeAuthority/O=NDG/OU=BADC |
---|
41 | #acIssuer: /CN=Junk/O=NDG/OU=Gabriel |
---|
42 | |
---|
43 | # verification of X.509 cert back to CA |
---|
44 | acCACertFilePathList: certs/ndg-test-ca.crt |
---|
45 | |
---|
46 | [layout] |
---|
47 | ###### user customisable: |
---|
48 | localLink: http://ndg.nerc.ac.uk/ |
---|
49 | localImage: %(layout)sndg_logo_circle.gif |
---|
50 | localAlt: visit badc |
---|
51 | ###### ought to be the end of the customisations |
---|
52 | ndgLink: http://ndg.nerc.ac.uk/ |
---|
53 | ndgImage: %(layout)sndg_logo_circle.gif |
---|
54 | ndgAlt: visit ndg |
---|
55 | stfcLink: http://ceda.stfc.ac.uk/ |
---|
56 | stfcImage: %(layout)sstfc-circle-sm.gif |
---|
57 | key: %(icondir)spadlock.png |
---|
58 | keyGrey: %(layout)skeyG.gif |
---|
59 | selectI: %(layout)stick.png |
---|
60 | Xicon: %(icondir)sxml.png |
---|
61 | plot: %(icondir)splot.png |
---|
62 | printer: %(icondir)sprinter.png |
---|
63 | helpIcon: %(icondir)shelp.png |
---|
64 | HdrLeftAlt: %(layout)sNatural Environment Research Council |
---|
65 | HdrLeftLogo: %(layout)sNERC_Logo.gif |
---|