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