public string GetDN(LdapEntry entry)
 {
     try {
         return(entry.getDN());
     } catch (Exception e) {
         throw  e;
     }
 }