Changeset 6721 for TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/config/attributeauthority/sitea/sitea_attributeinterface.py
- Timestamp:
- 11/03/10 14:55:42 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/config/attributeauthority/sitea/sitea_attributeinterface.py
r6720 r6721 77 77 VALID_REQUESTOR_IDS = BaseTestCase.VALID_REQUESTOR_IDS 78 78 79 ISSUER_NAME = "/O=Site A/CN=Attribute Authority"80 81 79 INSUFFICIENT_PRIVILEGES_REQUESTOR_ID = X500DN.fromString( 82 80 "/O=Site B/CN=Authorisation Service") … … 128 126 129 127 assertion.issuer = Issuer() 130 assertion.issuer.value = TestUserRoles.ISSUER_NAME128 assertion.issuer.value = response.issuer.value 131 129 assertion.issuer.format = Issuer.X509_SUBJECT 132 130
Note: See TracChangeset
for help on using the changeset viewer.