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
No related branches found
No related tags found
No related merge requests found
......@@ -186,7 +186,7 @@ public abstract class LdapDAO
}
if (p instanceof NumericPrincipal)
{
ldapField = "(entryid=" + p.getName() + ")";
ldapField = "(numericid=" + p.getName() + ")";
break;
}
if (p instanceof X500Principal)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment