"org.nasutekds.server.extensions.ExactMatchIdentityMapper",
"ds-cfg-enabled: true",
"ds-cfg-match-attribute: uid",
"ds-cfg-match-attribute: cn");
ExactMatchIdentityMapperCfg configuration =
AdminTestCaseUtils.getConfiguration(
ExactMatchIdentityMapperCfgDefn.getInstance(),
mapperEntry);
ExactMatchIdentityMapper mapper = new ExactMatchIdentityMapper();
mapper.initializeIdentityMapper(configuration);