From 753361e6578b4ce26f3f34d1751440fb7cfca048 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 10 Dec 2013 10:58:07 +0100 Subject: [PATCH] amue.conf: fix JSON syntax in LDAP_AUTH_SETTINGS --- amue.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/amue.conf b/amue.conf index ad14ecc..aa3c1c8 100644 --- a/amue.conf +++ b/amue.conf @@ -15,9 +15,9 @@ export LDAP_AUTH_SETTINGS='[{ "attributes": ["userPrincipalName"], "mandatory_attributes_values": { "eduPersonAffiliation": ["employee"], - "eduPersonScopedAffiliation": ["employee@amue.fr"], + "eduPersonScopedAffiliation": ["employee@amue.fr"] }, "attribute_mappings": [ - ("userPrincipalName", "eduPersonPrincipalName"), + ["userPrincipalName", "eduPersonPrincipalName"] ] }]'