added givenName to attributes for LDAP

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portal/social-mail-servlet@117407 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2015-07-22 10:51:34 +00:00
parent f62d01ed69
commit ff629c7c2f
1 changed files with 2 additions and 1 deletions

View File

@ -123,8 +123,9 @@ public class LDAPSync implements Runnable {
mail.add(email); mail.add(email);
userPassword.add(passwd); userPassword.add(passwd);
attributes.put(sn); attributes.put(givenName);
attributes.put(cn); attributes.put(cn);
attributes.put(sn);
attributes.put(mail); attributes.put(mail);
attributes.put(userPassword); attributes.put(userPassword);