Transition from CoC to CoCo which is the correct name.

This commit is contained in:
Roland Hedberg
2015-11-16 15:41:30 +01:00
parent 0111b9bf1e
commit 2cf6bdb418

View File

@@ -1,10 +1,13 @@
__author__ = 'rolandh' __author__ = 'rolandh'
COC = "http://www.geant.net/uri/dataprotection-code-of-conduct/v1" COC = "http://www.geant.net/uri/dataprotection-code-of-conduct/v1"
COCO = COC
RELEASE = { RELEASE = {
"": ["eduPersonTargetedID"], "": ["eduPersonTargetedID"],
COC: ["eduPersonPrincipalName", "eduPersonScopedAffiliation", "mail", COC: ["eduPersonPrincipalName", "eduPersonScopedAffiliation", "mail",
"displayName", "schacHomeOrganization"] "displayName", "schacHomeOrganization"],
COCO: ["eduPersonPrincipalName", "eduPersonScopedAffiliation", "mail",
"displayName", "schacHomeOrganization"]
} }