|
15 | 15 | 'perunFacilityAttr_voShortNames' => [ |
16 | 16 | 'rpc' => 'urn:perun:facility:attribute-def:virt:voShortNames', |
17 | 17 | 'ldap' => 'voShortNames', |
18 | | - 'type' => 'map', |
| 18 | + 'type' => 'array', |
19 | 19 | ], |
20 | 20 | 'perunFacilityAttr_dynamicRegistration' => [ |
21 | 21 | 'rpc' => 'urn:perun:facility:attribute-def:def:dynamicRegistration', |
|
60 | 60 | 'perunFacilityAttr_reqAups' => [ |
61 | 61 | 'rpc' => 'urn:perun:facility:attribute-def:def:reqAups', |
62 | 62 | 'ldap' => 'requiredAups', |
63 | | - 'type' => 'map', |
| 63 | + 'type' => 'array', |
64 | 64 | ], |
65 | 65 | 'perunFacilityAttr_capabilities' => [ |
66 | 66 | 'rpc' => 'urn:perun:facility:attribute-def:def:capabilities', |
67 | 67 | 'ldap' => 'capabilities', |
68 | | - 'type' => 'map', |
| 68 | + 'type' => 'array', |
69 | 69 | ], |
70 | 70 | 'perunFacilityAttr_spname' => [ |
71 | 71 | 'rpc' => 'urn:perun:facility:attribute-def:def:serviceName', |
72 | 72 | 'ldap' => 'serviceName', |
73 | | - 'type' => 'map', |
| 73 | + 'type' => 'array', |
74 | 74 | ], |
75 | 75 |
|
76 | 76 | /* |
|
150 | 150 | 'perunUserAttribute_aups' => [ |
151 | 151 | 'rpc' => 'urn:perun:user:attribute-def:def:aups', |
152 | 152 | 'ldap' => 'aups', |
153 | | - 'type' => 'map', |
| 153 | + 'type' => 'dictionary', |
154 | 154 | ], |
155 | 155 | 'perunUserAttribute_groupNames' => [ |
156 | 156 | 'rpc' => 'urn:perun:user:attribute-def:virt:groupNames', |
157 | 157 | 'ldap' => 'groupNames', |
158 | | - 'type' => 'map', |
| 158 | + 'type' => 'array', |
159 | 159 | ], |
160 | 160 | 'perunUserAttribute_eduPersonEntitlement' => [ |
161 | 161 | 'rpc' => 'urn:perun:user:attribute-def:virt:eduPersonEntitlement', |
162 | 162 | 'ldap' => 'eduPersonEntitlement', |
163 | | - 'type' => 'map', |
| 163 | + 'type' => 'array', |
164 | 164 | ], |
165 | 165 | 'perunUserAttribute_entitlement' => [ |
166 | 166 | 'rpc' => 'urn:perun:ues:attribute-def:def:entitlement', |
|
170 | 170 | 'perunUserAttribute_bonaFideStatus' => [ |
171 | 171 | 'rpc' => 'urn:perun:user:attribute-def:def:bonaFideStatus', |
172 | 172 | 'ldap' => 'bonaFideStatus', |
173 | | - 'type' => 'map', |
| 173 | + 'type' => 'array', |
174 | 174 | ], |
175 | 175 | 'perunUserAttribute_eduPersonScopedAffiliations' => [ |
176 | 176 | 'rpc' => 'urn:perun:user:attribute-def:virt:eduPersonScopedAffiliations', |
177 | 177 | 'ldap' => 'eduPersonScopedAffiliations', |
178 | | - 'type' => 'map', |
| 178 | + 'type' => 'array', |
179 | 179 | ], |
180 | 180 | 'perunUserAttribute_affiliation' => [ |
181 | 181 | 'rpc' => 'urn:perun:ues:attribute-def:def:affiliation', |
|
190 | 190 | 'perunUserAttribute_eduPersonPrincipalNames' => [ |
191 | 191 | 'rpc' => 'urn:perun:user:attribute-def:virt:eduPersonPrincipalNames', |
192 | 192 | 'ldap' => 'eduPersonPrincipalNames', |
193 | | - 'type' => 'map', |
| 193 | + 'type' => 'array', |
194 | 194 | ], |
195 | 195 | 'perunUserAttribute_cesnet' => [ |
196 | 196 | 'rpc' => 'urn:perun:user:attribute-def:def:login-namespace:cesnet', |
|
230 | 230 | 'perunGroupAttribute_groupAffiliations' => [ |
231 | 231 | 'rpc' => 'urn:perun:group:attribute-def:def:groupAffiliations', |
232 | 232 | 'ldap' => 'groupAffiliations', |
233 | | - 'type' => 'map', |
| 233 | + 'type' => 'array', |
234 | 234 | ], |
235 | 235 |
|
236 | 236 | /* |
|
250 | 250 | 'perunResourceAttribute_capabilities' => [ |
251 | 251 | 'rpc' => 'urn:perun:resource:attribute-def:def:capabilities', |
252 | 252 | 'ldap' => 'capabilities', |
253 | | - 'type' => 'map', |
| 253 | + 'type' => 'array', |
254 | 254 | ], |
255 | 255 | ]; |
0 commit comments