}
System.out.println(" ---> count: " + results.getCount());
System.out.println("<======search " + DEVELOPER_UNIT_DN + " successfully.");
// delete the new created ldap entry
conn.delete(EXO_DEVELOPER_DN);
conn.disconnect();
}
private void printLDAPAttributeSet(LDAPAttributeSet attrs)
{
Iterator<?> allAttributes = attrs.iterator();