From: Galen Charlton Date: Wed, 18 May 2011 18:05:51 +0000 (-0400) Subject: provide hint to sysadmin if memcached issue is preventing auth X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fgmcharlt%2Fi-can-haz-better-msg;p=working%2FEvergreen.git provide hint to sysadmin if memcached issue is preventing auth Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/c-apps/oils_auth.c b/Open-ILS/src/c-apps/oils_auth.c index 962977abab..a4e30dae1e 100644 --- a/Open-ILS/src/c-apps/oils_auth.c +++ b/Open-ILS/src/c-apps/oils_auth.c @@ -225,7 +225,9 @@ static int oilsAuthVerifyPassword( const osrfMethodContext* ctx, if(!seed) { return osrfAppRequestRespondException( ctx->session, ctx->request, "No authentication seed found. " - "open-ils.auth.authenticate.init must be called first"); + "open-ils.auth.authenticate.init must be called first " + " (check that memcached is running and can be connected to) " + ); } // Get the hashed password from the user object