NameParser parser = ctx.getNameParser(BASE);
Name userDN = parser.parse(BASE);
if (userDN == (Name) null)
// This should not happen in theory
throw new NameNotFoundException();
else
userDN.addAll(parser.parse(sr.getName()));
user.put("userDN", userDN.toString());
// Get all available attribute types and their associated values.