"ds-cfg-match-base-dn: ou=Users 1,o=test",
"ds-cfg-match-base-dn: ou=Users 2,o=test",
"ds-cfg-match-pattern: ^([^@]+)@.+$",
"ds-cfg-replace-pattern: $1");
RegularExpressionIdentityMapperCfg configuration =
AdminTestCaseUtils.getConfiguration(
RegularExpressionIdentityMapperCfgDefn.getInstance(),
mapperEntry);
RegularExpressionIdentityMapper mapper =
new RegularExpressionIdentityMapper();