public static Name getDnOfEntry(LdapTemplate ldapTemplate, String baseDN,
String objectClass, String filterAttributeName, String filterAttributeValue) {
ContextMapper mapper =
new AbstractContextMapper() {
public Object doMapFromContext(DirContextOperations ctx) {
return ctx.getDn();
}
};