protected String getBindDN() {
   String bindDN = options.get(BIND_DN);
   if (bindDN == null || bindDN.length() == 0) {
     PicketBoxLogger.LOGGER.traceBindDNNotFound();
   }
   return bindDN;
 }