-------- Original Message -------- Subject: NTLM mod based on Apache::Session Date: Tue, 11 Nov 2003 16:21:13 +0100 From: Stefano Ciancio <[EMAIL PROTECTED]> Organization: Italia On Line To: Shannon Eric Peevey <[EMAIL PROTECTED]>, Leo Lapworth <[EMAIL PROTECTED]>
Hi Leo, Hi Shannon,
I am trying to develop a new module for NTLM very similar to AuthCookieNTLM. The big difference is about the information store (user, domain, etc.). I want store them on the server, instead of in the cookie, and put to the user only a cookie containing an md5 id.
For this I am using the module Apache::Session and Apache::SessionManager.
Using AuthCookieNTLM module, the ntlm authentication is not performed (and it is correct) if the user changes directory via web (obviously the user is already authenticated).
On the contrary, with my module, the ntlm auth is performed when the user change dir.
Can you suggest me some idea to fix my problem?
Thanks, Stefano
AuthSessionNTLM.pm
Description: Binary data-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html