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