Hi, > The uploaded file > > Apache-AuthenSmb-0.72.tar.gz > > has entered CPAN as > > file: $CPAN/authors/id/S/SP/SPEEVES/Apache-AuthenSmb-0.72.tar.gz > size: 5526 bytes > md5: 510d7da1dfbdb99c65b99fe9a9198aae > > Additions to this release are: > > - split domain\username so that one can manipulate > one or all members of the array > - added htgroup check for "require group" capabilities > (All thanks to Carlos Ramirez. Thanks!!) > - Added documentation to include PerlSetVar items > - Cleaned up code a bit > - Added Apache::Htgroup as a prereq for this module > in the Makefile.PL
just saw this message... A long time ago I wrote this: <snip> my problem: I'm running a reverse proxy with apache 1.3.x and mod_proxy on debian. For the authentication libapache-authensmb is used, so there's a connection to the domain controller present and working. Everything is fine, but for each request sent by the browser, the module needs to authenticate on the nt-domain. As I was told, the domain controller can't handle all the requests, so it's compareble with an DOS-attack. Because of this, the browser opens multiple times the popup for filling in the authentication data (although it's not necessary). To prevent this, I tried the following ideas I have found in the web: a) exclude images from being authenticated b) AuthenCache c) AuthzCache Nothing helped... <snip> Has this been fixed in the meanwhile? - mathias - -- Report problems: 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