1 | # |
---|
2 | # Site 'A' Attribute Authority for Credential Wallet unit tests |
---|
3 | # |
---|
4 | # NERC Data Grid Project |
---|
5 | # |
---|
6 | # P J Kershaw 19/11/08 |
---|
7 | # |
---|
8 | # Copyright (C) 2008 STFC & NERC |
---|
9 | # |
---|
10 | # This software may be distributed under the terms of the Q Public License, |
---|
11 | # version 1.0 or later. |
---|
12 | |
---|
13 | [DEFAULT] |
---|
14 | |
---|
15 | # Attribute Authority settings |
---|
16 | # 'name' setting MUST agree with map config file 'thisHost' name attribute |
---|
17 | attributeAuthority.name: Site A |
---|
18 | |
---|
19 | # Lifetime is measured in seconds |
---|
20 | attributeAuthority.attCertLifetime: 28800 |
---|
21 | |
---|
22 | # Allow an offset for clock skew between servers running |
---|
23 | # security services. NB, measured in seconds - use a minus sign for time in the |
---|
24 | # past |
---|
25 | attributeAuthority.attCertNotBeforeOff: 0 |
---|
26 | |
---|
27 | # All Attribute Certificates issued are recorded in this dir |
---|
28 | attributeAuthority.attCertDir: $NDGSEC_SM_UNITTEST_DIR/siteAAttributeAuthority/attCertLog |
---|
29 | |
---|
30 | # Files in attCertDir are stored using a rotating file handler |
---|
31 | # attCertFileLogCnt sets the max number of files created before the first is |
---|
32 | # overwritten |
---|
33 | attributeAuthority.attCertFileName: ac.xml |
---|
34 | attributeAuthority.attCertFileLogCnt: 16 |
---|
35 | attributeAuthority.dnSeparator:/ |
---|
36 | |
---|
37 | # Location of role mapping file |
---|
38 | attributeAuthority.mapConfigFile: $NDGSEC_SM_UNITTEST_DIR/siteAAttributeAuthority/siteAMapConfig.xml |
---|
39 | |
---|
40 | # Settings for custom AAUserRoles derived class to get user roles for given |
---|
41 | # user ID |
---|
42 | attributeAuthority.userRolesModFilePath: $NDGSEC_SM_UNITTEST_DIR/siteAAttributeAuthority |
---|
43 | attributeAuthority.userRolesModName: siteAUserRoles |
---|
44 | attributeAuthority.userRolesClassName: TestUserRoles |
---|
45 | |
---|
46 | # Config for XML signature of Attribute Certificate |
---|
47 | attributeAuthority.signingPriKeyFilePath: $NDGSEC_SM_UNITTEST_DIR/siteAAttributeAuthority/siteA-aa.key |
---|
48 | attributeAuthority.signingCertFilePath: $NDGSEC_SM_UNITTEST_DIR/siteAAttributeAuthority/siteA-aa.crt |
---|
49 | attributeAuthority.caCertFilePathList: $NDGSEC_SM_UNITTEST_DIR/ca/ndg-test-ca.crt |
---|