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