The Basic auth module did not implement the direction call correctly,
indication authentication scheme failure on unsuccessful helper lookup
rather than "completed".
Note: This API and it's interactions with checklist->auth_user_request &
request->auth_user_request looks overly complex for the job. Should be
possible to simplify this a lot I think.
/*
- * $Id: auth_basic.cc,v 1.28 2003/08/10 11:00:48 robertc Exp $
+ * $Id: auth_basic.cc,v 1.29 2003/08/10 18:57:08 hno Exp $
*
* DEBUG: section 29 Authenticator
* AUTHOR: Duane Wessels
return -1;
case 3: /* authentication process failed. */
- return -2;
+ return 0;
}
return -2;