return entry;
}
private OrganizationLdapEntry buildOrganization(LdapDN ldapBase, String o) {
LdapDNComponent head = ldapBase.getHead();
if (!head.attributeName.equals("dc")) {
throw new IllegalStateException("Unexpected DN: " + ldapBase);
}
String dc = head.value;