drupal_set_message(t("Ldap User record deleted succesfully!!"));
}
}else{
}
}catch (exception $e){
var_dump($e);
}
}else{
}
}
/**
* Method to rollback changes from a "request for change" an ldapuser ask for
* and a manager declined
* Technically..drupal database will be updated from the values that are stored in ldap
* (in a accepted or accepted with minor changes...sittuation...we have the oposite... The ldap is getting update from the values that are stored in drupal database)
*
* @access private
* @param object $entity
* @param string $type
* @return void
*/
function _ldap_user_rollback_wrapper($entity, $type){