From d327b82d69511332b26d72e4902a47c22459e18a Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 19 Dec 2014 06:17:06 +0100 Subject: [PATCH] Remove some attribute mappings --- config/authentic2/config.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/authentic2/config.py b/config/authentic2/config.py index 8b5ddf4..9ca23eb 100644 --- a/config/authentic2/config.py +++ b/config/authentic2/config.py @@ -37,8 +37,6 @@ LDAP_AUTH_SETTINGS=[ }, "attribute_mappings": [ ["userprincipalname", "edupersonprincipalname"], - ["mail", "email"], - ["cn", "displayname"], ], "transient": False, }