1
0
mirror of https://github.com/moparisthebest/davmail synced 2024-08-13 16:53:51 -04:00

Fixed 2717547: Unsupported filter attribute: apple-group-memberguid

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@521 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2009-04-15 16:16:33 +00:00
parent b0f1aa7fe7
commit a16df127b8

View File

@ -190,6 +190,8 @@ public class LdapConnection extends AbstractConnection {
IGNORE_MAP.add("ou"); IGNORE_MAP.add("ou");
IGNORE_MAP.add("apple-realname"); IGNORE_MAP.add("apple-realname");
IGNORE_MAP.add("apple-group-nestedgroup"); IGNORE_MAP.add("apple-group-nestedgroup");
IGNORE_MAP.add("apple-group-memberguid");
IGNORE_MAP.add("macaddress");
} }
// LDAP version // LDAP version