74
74
/* Use find_if instead of foreach so that we can collect return codes */
75
75
std::vector<plugin::Authentication *>::iterator iter=
76
76
std::find_if(all_authentication.begin(), all_authentication.end(),
79
79
/* We only require one plugin to return success in order to authenticate.
80
80
* If iter is == end() here, that means that all of the plugins returned