From 76791e23e15e00e1055ed0f2e72369db50407479 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 18 May 2011 14:05:51 -0400 Subject: [PATCH] provide hint to sysadmin if memcached issue is preventing auth Signed-off-by: Galen Charlton Signed-off-by: Dan Scott --- Open-ILS/src/c-apps/oils_auth.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.43.2