changeTypes.add(PersistentSearchChangeType.MODIFY_DN);
PersistentSearchControl persSearchControl = new PersistentSearchControl(
changeTypes, true, true);
controls.add(persSearchControl);
final InternalSearchOperation search =
conn.processSearch("o=test", SearchScope.BASE_OBJECT,
DereferencePolicy.NEVER_DEREF_ALIASES, 0, // Size limit
0, // Time limit
true, // Types only
"(objectClass=*)", attributes, controls, null);