|
1 | 1 | [ |
2 | 2 | { |
3 | 3 | "value": "urn:mace:terena.org:attribute-def:schacHomeOrganization", |
| 4 | + "validationRegex": "^[a-z]+(\\.[a-z]+)+$", |
| 5 | + "allowedInDenyRule": true, |
4 | 6 | "label": "Schac home organization" |
5 | 7 | }, |
6 | 8 | { |
7 | 9 | "value": "urn:mace:terena.org:attribute-def:schacHomeOrganizationType", |
| 10 | + "validationRegex": "^[a-z]+$", |
| 11 | + "allowedInDenyRule": true, |
8 | 12 | "label": "Schac home organization type" |
9 | 13 | }, |
10 | 14 | { |
11 | 15 | "value": "urn:mace:dir:attribute-def:eduPersonAffiliation", |
| 16 | + "validationRegex": "^(student|staff|faculty|employee|member)$", |
| 17 | + "allowedInDenyRule": true, |
12 | 18 | "label": "Edu person affiliation" |
13 | 19 | }, |
14 | 20 | { |
15 | 21 | "value": "urn:mace:dir:attribute-def:eduPersonScopedAffiliation", |
| 22 | + "validationRegex": "^(student|staff|faculty|employee|member)@[a-z]+(\\.[a-z]+)+$", |
| 23 | + "allowedInDenyRule": true, |
16 | 24 | "label": "Edu person scoped affiliation" |
17 | 25 | }, |
18 | 26 | { |
19 | 27 | "value": "urn:mace:dir:attribute-def:eduPersonEntitlement", |
| 28 | + "validationRegex": "^[a-z]+$", |
| 29 | + "allowedInDenyRule": true, |
20 | 30 | "label": "Edu person entitlement" |
21 | 31 | }, |
22 | 32 | { |
23 | 33 | "value": "urn:mace:dir:attribute-def:isMemberOf", |
| 34 | + "validationRegex": "^.*$", |
| 35 | + "allowedInDenyRule": true, |
24 | 36 | "label": "Is-member-of" |
25 | 37 | }, |
26 | 38 | { |
27 | 39 | "value": "urn:collab:group:surfteams.nl", |
| 40 | + "validationRegex": "^(urn:mace:surf\\.nl:invite:|urn:collab:group:)[a-z0-9_]+$", |
| 41 | + "allowedInDenyRule": false, |
28 | 42 | "label": "SURFconext Invite (voot) role urn" |
29 | 43 | }, |
30 | 44 | { |
31 | 45 | "value": "urn:collab:sab:surfnet.nl", |
| 46 | + "validationRegex": "^(Superuser|Instellingsbevoegde|OperationeelBeheerder|SURFconextbeheerder|DNS-Beheerder)$", |
| 47 | + "allowedInDenyRule": false, |
32 | 48 | "label": "SAB role" |
33 | 49 | }, |
34 | 50 | { |
35 | 51 | "value": "urn:mace:dir:attribute-def:mail", |
| 52 | + "validationRegex": "^[^@]+@[^@]+\\.[^@]+$", |
| 53 | + "allowedInDenyRule": true, |
36 | 54 | "label": "Mail address" |
37 | 55 | } |
38 | 56 | ] |
0 commit comments