AtomicInteger messageID = new AtomicInteger(1);
ArrayList<Control> requestControls = new ArrayList<Control>();
ArrayList<Control> responseControls = new ArrayList<Control>();
requestControls.add(new PasswordPolicyRequestControl());
LDAPAuthenticationHandler authHandler =
new LDAPAuthenticationHandler(r, w, "localhost", messageID);
authHandler.doSimpleBind(3, ByteString.valueOf("cn=Directory Manager"),
ByteString.valueOf("password"),