From 8561531cd288653f477c11f4f933d9c6a1735a0a Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 19 Dec 2014 06:18:19 +0100 Subject: [PATCH] Replace email by mail in attribute names of Renater attribute filters --- update-renater-meta.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/update-renater-meta.sh b/update-renater-meta.sh index 3ba6bee..3ac6ca0 100755 --- a/update-renater-meta.sh +++ b/update-renater-meta.sh @@ -70,5 +70,8 @@ EOF # Load fixture authentic2-ctl loaddata -v0 $FIXTURE_TMP +# Fix wrong naming of email attribute +sed -i 's/\/mail/' $FILTERS_TMP + # Load metadataas authentic2-ctl sync-metadata --source=renater --shibboleth-attribute-filter-policy=$FILTERS_TMP --sp -v1 $METADATA_TMP