[open-ils-commits] [GIT] Evergreen ILS branch master updated. 76791e23e15e00e1055ed0f2e72369db50407479

Evergreen Git git at git.evergreen-ils.org
Wed May 18 13:29:01 EDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  76791e23e15e00e1055ed0f2e72369db50407479 (commit)
      from  6218405eed57f4c67f4f6ffd0659e29ca423efe9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 76791e23e15e00e1055ed0f2e72369db50407479
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed May 18 14:05:51 2011 -0400

    provide hint to sysadmin if memcached issue is preventing auth
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Dan Scott <dan at coffeecode.net>

diff --git a/Open-ILS/src/c-apps/oils_auth.c b/Open-ILS/src/c-apps/oils_auth.c
index 962977a..a4e30da 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

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/c-apps/oils_auth.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list