modperl as DSO

2001-10-28 Thread Jeroen Geusebroek

Hi,

I emailed the list a few days ago with some troubles i had with
Apache::AuthenSMB. Turns out It didn't work because I did not have
mod_perl correctly installed

Now for my question, I recompiled mod_perl in apache (no DSO) and then
it worked; problem is I really want it as a DSO and tried that again
using:

perl Makefile.PL USE_APXS=1 WITH_APXS=/usr/local/apache/bin/apxs
EVERYTHING=1
(may be wrapped)

As far as I know this is the correct way to install it as a DSO, but
nevertheless after installing it, Apache::AuthenSMB didn't work any
more.
Although mod_info says modperl is correctly installed and loaded.

What could be the problem?

Thanks,

Jeroen




Newbie trying to use Apache::AuthenSmb

2001-10-26 Thread Jeroen Geusebroek

Hi there,

I'm very new with Perl; but i have found that there is a module that
allows my apache webserver
to authenticate users against a Windows DOMAIN.

This is Apache::AuthenSmb (But you probably already knew that :)

I followed the instructions to install modperl and I used CPAN to
download
Apache::AuthenSmb.

This all seems to have worked perfectly.

Although now when I followed the instructions on this website:

http://ist.uwaterloo.ca/security/howto/2000-02-18.html

to create a sample .htaccess file, I get this error in my apache
error-log:

[Tue Oct 23 19:37:22 2001] [error] Can't locate object method
"get_basic_auth_pw" via package "Apache" (perhaps you forg
ot to load "Apache"?) at
/usr/lib/perl5/site_perl/5.6.1/Apache/AuthenSmb.pm line 12.

Does anyone have an idea about what I'm doing wrong here?

Thanks,

Jeroen Geusebroek

P.S. Please CC in your reply, i'm not currently a list member.