Skip to content
Snippets Groups Projects
Commit 08a6ce99 authored by Patrick Dowler's avatar Patrick Dowler
Browse files

make checkGroupExists only look at public attributes

parent 51ec1cf6
Branches
Tags
No related merge requests found
......@@ -998,7 +998,7 @@ public class LdapGroupDAO<T extends Principal> extends LdapDAO
{
try
{
Group g = getGroup(getGroupDN(groupID), groupID, GROUP_ATTRS);
Group g = getGroup(getGroupDN(groupID), groupID, PUB_GROUP_ATTRS);
return true;
}
catch(GroupNotFoundException ex)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment