/*
- * $Id: acl.cc,v 1.193 1999/01/12 23:38:35 wessels Exp $
+ * $Id: acl.cc,v 1.194 1999/01/13 22:13:38 wessels Exp $
*
* DEBUG: section 28 Access Control
* AUTHOR: Duane Wessels
/* password was checked and did match */
debug(28, 4) ("aclMatchProxyAuth: user '%s' validated OK\n", user);
/* store validated user in hash, after filling in expiretime */
+ xstrncpy(checklist->request->user_ident, user, USER_IDENT_SZ);
auth_user->expiretime = current_time.tv_sec + Config.authenticateTTL;
hash_join(proxy_auth_cache, (hash_link *) auth_user);
/* Continue checking below, as normal */