User.cc
Go to the documentation of this file.
34 int32_t basic_ttl = expiretime - squid_curtime + static_cast<Auth::Basic::Config*>(config)->credentialsTTL;
35 int32_t global_ttl = static_cast<int32_t>(expiretime - squid_curtime + Auth::TheConfig.credentialsTtl);
43 if ((credentials() == Auth::Ok) && (expiretime + static_cast<Auth::Basic::Config*>(config)->credentialsTTL > squid_curtime))
64 debugs(29, 9, "Found user '" << from->username() << "' already in the user cache as '" << this << "'");
69 debugs(29, 4, "new password found. Updating in user master record and resetting auth state to unchecked");
77 debugs(29, 4, "last attempt to authenticate this user failed, resetting auth state to unchecked");
85 static CbcPointer<Auth::CredentialsCache> p(new Auth::CredentialsCache("basic", "GC Basic user credentials"));
Cache of Auth::User credentials, keyed by Auth::User::userKey.
Definition: CredentialsCache.h:22
Definition: SchemeConfig.h:47
static char credentials[MAX_USERNAME_LEN+MAX_DOMAIN_LEN+2]
Definition: ntlm_smb_lm_auth.cc:97