Skip to content
Snippets Groups Projects
Commit ee1d7511 authored by Adrian Damian's avatar Adrian Damian
Browse files

Small fix for numeric id

parent dc0d82ef
Branches
Tags
No related merge requests found
...@@ -186,7 +186,7 @@ public abstract class LdapDAO ...@@ -186,7 +186,7 @@ public abstract class LdapDAO
} }
if (p instanceof NumericPrincipal) if (p instanceof NumericPrincipal)
{ {
ldapField = "(entryid=" + p.getName() + ")"; ldapField = "(numericid=" + p.getName() + ")";
break; break;
} }
if (p instanceof X500Principal) if (p instanceof X500Principal)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment