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
Feature/21689
Massimiliano Assante 9 years ago
parent f62d01ed69
commit ff629c7c2f

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

Loading…
Cancel
Save