67
67
bool plugin::Authentication::isAuthenticated(drizzled::identifier::User::const_reference sctx,
68
68
const std::string &password)
74
70
/* Use find_if instead of foreach so that we can collect return codes */
75
71
std::vector<plugin::Authentication *>::iterator iter=
76
72
std::find_if(all_authentication.begin(), all_authentication.end(),