Re: [ilugd]: logout in mod_auth_ldap module of apache

2002-01-29 Thread Rajat Bhatia
Hi, As far as my understanding goes, the client(Browser) sends the cached password to the apache webserver, which passes it to the ldap module to authenticate. The module maintains the cache of ldap data, and verifies it from there, and from the ldap server if the data is not in the cache.

Re: [ilugd]: logout in mod_auth_ldap module of apache

2002-01-29 Thread Sandip Bhattacharya
Just a question. The normal http_auth works by making the client send the encoded password *everytime* for accessing files in that realm. So all an user has to do is to close the browser after finishing to take the password of its own cache. Apache itself thus doesnt maintain a cache itself. Ho

[ilugd]: logout in mod_auth_ldap module of apache

2002-01-29 Thread Rajat Bhatia
Hi, I am using mod_auth_ldap in apache to authenticate users through the ldap server. Now the problem is, that once a user is authenticated, it remains in cache and he/she need not enter the password again (for the same realm) I wanted to implement a kind of logout facility, on a web