Skip to content

Commit 598ac7b

Browse files
Fix QA Report Issue 2 - SurName
For md:ContactPerson contactType="support" and "administrative", a SurName has been provided.
1 parent 0df539c commit 598ac7b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

metadata/sadilar.org%2Fshibboleth.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -221,18 +221,18 @@ ab5T7Kvyt1YSGYAyVPdb4UJpJFwPtD5ePixiN5egQr1c6gymZ41zdFibkVM=
221221
</md:Organization>
222222
<md:ContactPerson contactType="technical">
223223
<md:GivenName>Martin</md:GivenName>
224-
<md:SurName>Hennelly</md:SurName>
224+
<md:SurName>Hennelly</md:SurName>
225225
<md:EmailAddress>mailto:martin.hennelly@nwu.ac.za</md:EmailAddress>
226-
</md:ContactPerson>
226+
</md:ContactPerson>
227227
<md:ContactPerson contactType="support">
228-
<md:GivenName>Help desk</md:GivenName>
229-
<md:SurName></md:SurName>
228+
<md:GivenName>SADiLaR</md:GivenName>
229+
<md:SurName>Helpdesk</md:SurName>
230230
<md:EmailAddress>mailto:info@sadilar.org</md:EmailAddress><!-- role not person -->
231231
</md:ContactPerson>
232-
<md:ContactPerson contactType="administrative">
233-
<md:GivenName>Help desk</md:GivenName>
234-
<md:SurName></md:SurName>
232+
<md:ContactPerson contactType="administrative">
233+
<md:GivenName>SADiLaR</md:GivenName>
234+
<md:SurName>Helpdesk</md:SurName>
235235
<md:EmailAddress>mailto:info@sadilar.org</md:EmailAddress><!-- role not person -->
236-
</md:ContactPerson>
236+
</md:ContactPerson>
237237
</md:EntityDescriptor>
238238

0 commit comments

Comments
 (0)