From 70e5e040a9e32e27f9d96d29a0c9892dd5d09459 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Yeguas?= Date: Tue, 9 Dec 2014 16:44:19 +0000 Subject: [PATCH] Fixes --- library.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.js b/library.js index 12c9cfa..ee18d1a 100644 --- a/library.js +++ b/library.js @@ -46,7 +46,7 @@ //eduPersonAffiliation: profile.eduPersonAffiliation, email: profile.mail, //email: profile.email, - username: profile['urn:oid:1.3.6.1.4.1.5923.1.1.1.2'] // eduPersonNickname + username: profile['urn:oid:1.3.6.1.4.1.5923.1.1.1.2'], // eduPersonNickname //username: profile.eduPersonNickname };