[Fwd: Samba authorization]

2002-02-11 Thread Andrew Afliatunov
--- Begin Message --- Per Einar Ellefsen wrote: > Hi Andrew, > > At 12:56 11.02.2002 +0400, Andrew Afliatunov wrote: > > > > Options Indexes FollowSymLinks Includes > > AllowOverride None > > AuthType Basic > > PerlSetVar myPDC e250.taom.lan > > PerlSetVar myBDC

Re: Apache::DBI

2002-02-11 Thread Martin Haase-Thomas
Marty J. Rogers wrote: >[snip] >>From httpd.conf: > >PerlModule Apache::DBI CGI DBD::mysql \ >Apache::AuthenDBI >PerlRequire /path/to/startup.pl > >Alias /perl/ /path/to/perl >PerlModule Apache::Registry > >SetHandler perl-script >PerlHandler Apache::Registry >Options ExecCGI >allow from all >P

Re: About PerlLogHandler phase

2002-02-11 Thread James G Smith
James G Smith <[EMAIL PROTECTED]> wrote: >Hmm... /me smells an Apache::Logger module... (or something with a >similar name). Looks like Paul caught it before I did... (Apache::LogFile). -- James Smith <[EMAIL PROTECTED]>, 979-862-3725 Texas A&M CIS Operating Systems Group, Unix

Re: About PerlLogHandler phase

2002-02-11 Thread James G Smith
"Randy J. Ray" <[EMAIL PROTECTED]> wrote: >* If I install a handler for PerlLogHandler, does the normal logging still > take place? Is it a function of whether my handler returns OK, DECLINED, > etc.? Not sure -- anyone want to play around a bit? >* Are there ways to register other log types,

Re: Samba authorization

2002-02-11 Thread Andrew Afliatunov
Per Einar Ellefsen wrote: > [Please keep your replies on the list] > > At 16:21 11.02.2002 +0400, Andrew Afliatunov wrote: > >Per Einar Ellefsen wrote: > > > > > Hi Andrew, > > > > > > At 12:56 11.02.2002 +0400, Andrew Afliatunov wrote: > > > > > > > > Options Indexes FollowSymLinks Includes

Re: About PerlLogHandler phase

2002-02-11 Thread Paul Lindner
On Mon, Feb 11, 2002 at 06:31:25PM -0800, Randy J. Ray wrote: > > * If I install a handler for PerlLogHandler, does the normal logging still > take place? Is it a function of whether my handler returns OK, DECLINED, > etc.? As far as I know return codes are ignored. This means that all loggi

Re: Influencing @INC list

2002-02-11 Thread Stephen Reppucci
OK, I'll be the one to throw out the gratuitous plug for Geoff, etal's book. The Mod_Perl Cookbook has a nice discussion of exactly this in Chapter 2. (I'd give you the page, but I left it at work...) (I'm only through the first few chapters, but from what I've read so far, this is a real winner

mod_perl + UNIVERSAL

2002-02-11 Thread Morton-Allen, Matthew
Hi All, I have two mod_perl applications that run under different virtual servers on the same machine. I have named the modules within a directory for each so that they do not clash (e.g. application::master etc). However both applications make use of the UNIERVSAL package to create universally

AW: Multiple authentication methods

2002-02-11 Thread Marcel Weber
Hmm, I fiddled a bit around whith this code but, it does not really work the way I want it to. This is what I coded: sub handler { my $r = shift; my($res, $sent_pw) = $r->get_basic_auth_pw; return $res if $res != OK; $r->push_handlers( PerlAuthenHandler=> Apache:

About PerlLogHandler phase

2002-02-11 Thread Randy J. Ray
Having gone over the Eagle book and the sample chapter of the cookbook (great luck that, having one of the sample chapters coincidentally be the one that covers the logging phase, since I haven't gotten my copy yet), I am still unclear on a few things regarding the logging phase: * If I install a

Re: Samba authorization

2002-02-11 Thread Per Einar Ellefsen
Hi Andrew, At 12:56 11.02.2002 +0400, Andrew Afliatunov wrote: > > Options Indexes FollowSymLinks Includes > AllowOverride None > AuthType Basic > PerlSetVar myPDC e250.taom.lan > PerlSetVar myBDC e250.taom.lan > PerlSetVar myDOMAIN ACADEMY > AuthNa

Re: Samba authorization

2002-02-11 Thread Rafiq Ismail (ADMIN)
Have you tried running a locate on AuthenSmb.pm to make sure that it's under your @INC? Wondering whether you installed it in the correct location? Try sticking a : use lib "path/to/Apache"; a little higher up. Fiq On Mon, 11 Feb 2002, Andrew Afliatunov wrote: > Hi! > > I want to

Samba authorization

2002-02-11 Thread Andrew Afliatunov
Hi! I want to use authorization against NT server for some directories of my web server (apache 1.3.22 on SunOS 5.8). So I installed mod_perl-1.26 (configured with EVERYTHING=1), installed Authen-Smb-0.91 and Apache-AuthenSmb-0.60, made corresponding changes in httpd.conf. ( Options Indexes