Skip to content

Commit 1405af9

Browse files
Fix QA Report Issue 3 - contactType="technical"
Not sure what is wrong here. I assume that the email domain is checked against the SP domain. In my case I am @nwu.ac.za as the hosting entity of @SADiLaR Changed <md:EmailAddress>mailto:martin.hennelly@nwu.ac.za</md:EmailAddress> To <md:EmailAddress>mailto:support@sadilar.org</md:EmailAddress>
1 parent 598ac7b commit 1405af9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

metadata/sadilar.org%2Fshibboleth.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,12 +222,12 @@ ab5T7Kvyt1YSGYAyVPdb4UJpJFwPtD5ePixiN5egQr1c6gymZ41zdFibkVM=
222222
<md:ContactPerson contactType="technical">
223223
<md:GivenName>Martin</md:GivenName>
224224
<md:SurName>Hennelly</md:SurName>
225-
<md:EmailAddress>mailto:martin.hennelly@nwu.ac.za</md:EmailAddress>
225+
<md:EmailAddress>mailto:support@sadilar.org</md:EmailAddress>
226226
</md:ContactPerson>
227227
<md:ContactPerson contactType="support">
228228
<md:GivenName>SADiLaR</md:GivenName>
229229
<md:SurName>Helpdesk</md:SurName>
230-
<md:EmailAddress>mailto:info@sadilar.org</md:EmailAddress><!-- role not person -->
230+
<md:EmailAddress>mailto:support@sadilar.org</md:EmailAddress><!-- role not person -->
231231
</md:ContactPerson>
232232
<md:ContactPerson contactType="administrative">
233233
<md:GivenName>SADiLaR</md:GivenName>

0 commit comments

Comments
 (0)