search user by numeric userid

This commit is contained in:
Peter Hormanns 2015-12-28 19:03:55 +01:00
parent 88f944afa1
commit ab81cb8835

View File

@ -82,6 +82,7 @@ public class UnixUserRemote extends AbstractRemote {
@Override @Override
protected void regularizeKeys(Map<String, String> whereParams) { protected void regularizeKeys(Map<String, String> whereParams) {
replaceKey(whereParams, "pac", "pac.name"); replaceKey(whereParams, "pac", "pac.name");
replaceKey(whereParams, "userid", "userId");
} }
} }