Amos,
Thnx for your reply,
We have tried "auth_param basic credentialsttl 2 hours " but whenever
user closes the browser, and reopened password box appears again and again.
But i want to keep this authentication (session) for 2 hours.
in that case what should i do, have you an idea?
thanx,
Emre
Amos Jeffries yazmış:
Emre YILMAZ wrote:
hi list,
As all you know, whenever a user opens a web browser, squid asks
password for ldap authentication. We are trying to keep this session
open for specific time even if the browser has been closed.(Just like
NTLM authentication)
Actually what we are trying to do is; creating an ip based timed
session.
Thnx..
"Just like NTLM authentication" means the clients operating system
needs to hold their credentials until reboot.
Even then the handshake gets redone whenever the browser makes a new
connection.
For basic Squid can cache the credentials for a set time:
auth_param basic credentials ttl 2 hours
Or custom helpers can do whatever you like.
Amos