/[radius]/radius/include/radiusd.h
ViewVC logotype

Diff of /radius/include/radiusd.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.119 by gray, Sun Nov 23 19:08:06 2003 UTC revision 1.120 by gray, Mon Nov 24 11:40:41 2003 UTC
# Line 232  typedef void (*config_hook_fp)(void *fun Line 232  typedef void (*config_hook_fp)(void *fun
232  /*  /*
233   * Authentication results   * Authentication results
234   */   */
235  #define AUTH_OK      0 /* OK */  enum auth_status {
236  #define AUTH_FAIL    1 /* Password fail */          auth_ok,              /* Authentication passed */
237  #define AUTH_NOUSER  2 /* No such user  */          auth_valid,           /* Authentication passed, expiration timeout
238  #define AUTH_REJECT  3 /* Rejected */                                   is returned */
239  #define AUTH_IGNORE  4 /* Silently ignore */          auth_account_expired, /* Account has expired */
240            auth_password_expired,/* Password has expired */
241            auth_fail,
242            auth_nouser,
243            auth_reject,
244            auth_ignore,
245    };
246    
247  /* Logging modes */  /* Logging modes */
248  #define RLOG_AUTH               0x0001  #define RLOG_AUTH               0x0001

Legend:
Removed from v.1.119  
changed lines
  Added in v.1.120

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26