Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg-security/TI12-security/trunk/python/ndg.security.test/ndg/security/test/config/attributeauthority/sitea/siteAAttributeAuthority.cfg@5637
Revision 5637,
1.4 KB
checked in by pjkersha, 12 years ago
(diff) |
Refactoring Attribute Authority for inclusion of SAML attribute query interface.
|
Line | |
---|
1 | # Configuration file for Attribute Authority unit tests Site A |
---|
2 | # |
---|
3 | # NERC Data Grid Project |
---|
4 | # |
---|
5 | # P J Kershaw 15/12/08 |
---|
6 | # |
---|
7 | # Copyright (C) 2009 Science and Technology Facilities Council |
---|
8 | # |
---|
9 | # BSD - See LICENCE file for details |
---|
10 | # |
---|
11 | [DEFAULT] |
---|
12 | # 'name' setting MUST agree with map config file 'thisHost' name attribute |
---|
13 | name: Site A |
---|
14 | |
---|
15 | # Lifetime is measured in seconds |
---|
16 | attCertLifetime: 28800 |
---|
17 | |
---|
18 | # Allow an offset for clock skew between servers running |
---|
19 | # security services. NB, measured in seconds - use a minus sign for time in the |
---|
20 | # past |
---|
21 | attCertNotBeforeOff: 0 |
---|
22 | |
---|
23 | # All Attribute Certificates issued are recorded in this dir |
---|
24 | attCertDir: %(here)s/attributeCertificateLog |
---|
25 | |
---|
26 | # Files in attCertDir are stored using a rotating file handler |
---|
27 | # attCertFileLogCnt sets the max number of files created before the first is |
---|
28 | # overwritten |
---|
29 | attCertFileName: ac.xml |
---|
30 | attCertFileLogCnt: 16 |
---|
31 | dnSeparator:/ |
---|
32 | |
---|
33 | # Attribute Certificate signature |
---|
34 | signingPriKeyFilePath: %(here)s/siteA-aa.key |
---|
35 | signingCertFilePath: %(here)s/siteA-aa.crt |
---|
36 | caCertFilePathList: $NDGSEC_TEST_CONFIG_DIR/ca/ndg-test-ca.crt |
---|
37 | |
---|
38 | # Location of role mapping file |
---|
39 | mapConfigFilePath: %(here)s/siteAMapConfig.xml |
---|
40 | |
---|
41 | # Settings for custom AttributeInterface derived class to get user roles for given |
---|
42 | # user ID |
---|
43 | attributeInterface.modFilePath: %(here)s |
---|
44 | attributeInterface.modName: siteAUserRoles |
---|
45 | attributeInterface.className: TestUserRoles |
---|
46 | attributeInterface.propertiesFilePath: |
---|
Note: See
TracBrowser
for help on using the repository browser.