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=76791e23e15e00e1055ed0f2e72369db50407479;p=evergreen%2Fbjwebb.git provide hint to sysadmin if memcached issue is preventing auth Signed-off-by: Galen Charlton Signed-off-by: Dan Scott --- diff --git a/Open-ILS/src/c-apps/oils_auth.c b/Open-ILS/src/c-apps/oils_auth.c index 962977aba..a4e30dae1 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