More detailled explanation: I'm having dramatic performance Problems using
AuthenNTLM (many Seconds to answear a request),

Have you checked out the number of connections to the smb server? This seems to be a problem across the board for auth modules. The answer would be to check out:

http://search.cpan.org/~cgilmore/Apache-AuthenCache-1.00/AuthenCache.pm

This module caches the auth information, so your connections to the smb server are limited.

so I'm writing another
PerlAuthenHandler which looks for a Cookie and checks permission.


Have you checked out:

http://search.cpan.org/~llap/Apache-AuthCookieNTLM-0.06/lib/Apache/AuthCookieNTLM.pm

Leo Lapworth has already written a module that does exactly what you want (it seems).

HTH,
speeves
cws


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



Reply via email to