-------- Original Message --------
Subject:        Re: NTLM mod based on Apache::Session
Date:   Tue, 11 Nov 2003 17:50:13 +0000
From:   Leo Lapworth <[EMAIL PROTECTED]>
Reply-To:       Leo Lapworth <[EMAIL PROTECTED]>
To:     Stefano Ciancio <[EMAIL PROTECTED]>







Hi Stefano,

I think you probably want to overwride the map_user
method of Apache::AuthenNTLM to store the username
and domain of the user to a DB and return the MD5.

You can also set username with the md5
if you do want to use my cookie module.

As for directories, just set up

<location /path>
        # NTLM config & AuthName
</location>

<location /path/two>
        # ..
</location>

In your apache config.

Hope I understood your question, have a look at
http://search.cpan.org/~llap/Apache-AuthCookieNTLM-0.06/
which I uploaded this morning, it might be clearer.

Cheers

Leo



--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to