1
0
mirror of https://github.com/moparisthebest/davmail synced 2024-12-13 03:02:22 -05:00

LDAP: add gidnumber to attribute ignore list

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1463 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2010-09-20 20:52:35 +00:00
parent 5b23477142
commit 7c6489c93c

View File

@ -231,6 +231,7 @@ public class LdapConnection extends AbstractConnection {
LDAP_TO_CONTACT_ATTRIBUTE_MAP.put("labeleduri", null);
LDAP_TO_CONTACT_ATTRIBUTE_MAP.put("apple-generateduid", null);
LDAP_TO_CONTACT_ATTRIBUTE_MAP.put("uidnumber", null);
LDAP_TO_CONTACT_ATTRIBUTE_MAP.put("gidnumber", null);
// iCal search attribute
LDAP_TO_CONTACT_ATTRIBUTE_MAP.put("apple-serviceslocator", "apple-serviceslocator");