GrahamBright
Programmer
Hi all,
I'm at the end of the line trying to get Authen-Smb-0.91 and Apache2-AuthenSmb-0.01 (downloaded from cpan) working for Apache 2.0.54 running on SUSE Linux 9.2. Can anyone plese recommend an easier method?
Op_system: SUSE Linux 9.2
perl version 5.8.5
mod_perl 2.0.1
I've installed mod_perl-2.0.1 and configured by httpd.conf with
LoadModule perl_module /usr/local/apache2/modules/mod_perl.so
I've updated by httpd.conf with
<Directory /usr/local/httpd/cgi-bin/>
# This is the standard authentication stuff
AuthName "Mobilkom NT Authentication"
AuthType Basic
# Variables you need to set, you must set at least
# the myPDC variable, the DOMAIN defaults to WORKGROUP
PerlSetVar myPDC DCRFG
PerlSetVar myBDC DCBAS
PerlSetVar myDOMAIN MOBILKOM
PerlAuthenHandler Apache::AuthenSmb
# Standard require stuff, only user and
# valid-user work currently
require valid-user
</Directory>
but everytime I try the authenticaiton I get back in my error.log
Apache::AuthenSmb': Can't locate Apache/Constants.pm in @INC
Any help please
Gb.
I'm at the end of the line trying to get Authen-Smb-0.91 and Apache2-AuthenSmb-0.01 (downloaded from cpan) working for Apache 2.0.54 running on SUSE Linux 9.2. Can anyone plese recommend an easier method?
Op_system: SUSE Linux 9.2
perl version 5.8.5
mod_perl 2.0.1
I've installed mod_perl-2.0.1 and configured by httpd.conf with
LoadModule perl_module /usr/local/apache2/modules/mod_perl.so
I've updated by httpd.conf with
<Directory /usr/local/httpd/cgi-bin/>
# This is the standard authentication stuff
AuthName "Mobilkom NT Authentication"
AuthType Basic
# Variables you need to set, you must set at least
# the myPDC variable, the DOMAIN defaults to WORKGROUP
PerlSetVar myPDC DCRFG
PerlSetVar myBDC DCBAS
PerlSetVar myDOMAIN MOBILKOM
PerlAuthenHandler Apache::AuthenSmb
# Standard require stuff, only user and
# valid-user work currently
require valid-user
</Directory>
but everytime I try the authenticaiton I get back in my error.log
Apache::AuthenSmb': Can't locate Apache/Constants.pm in @INC
Any help please
Gb.