Re: [Samba authorization]

2002-03-10 Thread Andrew Afliatunov
Hi! > Write a test script using Authen::Smb and run it from the commandline. > You can copy-paste the synopsis portion of the Authen::Smb documentation > (i.e. perldoc Authen::Smb). > > If (you can connect and and authenticate from the commandline) { >the problem resides in your mod_perl inst

Re: [Samba authorization]

2002-02-22 Thread Carlos Ramirez
Write a test script using Authen::Smb and run it from the commandline. You can copy-paste the synopsis portion of the Authen::Smb documentation (i.e. perldoc Authen::Smb). If (you can connect and and authenticate from the commandline) { the problem resides in your mod_perl installation,

Re: [Samba authorization]

2002-02-21 Thread Andrew Afliatunov
Carlos Ramirez wrote: > Here are some fixes I incorporated into my private copy of > Authen::Smb and Apache::AuthenSmb modules. These changes > are based on some discussion I found in the modperl > mailing list posted on Thu, 16 Sep 1999 by Matt Arnold. I > basically copied Matt's suggestions and

Re: RE: [Samba authorization]

2002-02-19 Thread Carlos Ramirez
<[EMAIL PROTECTED]> > Date: 2002/02/19 Tue PM 02:00:35 CST > To: "Andrew Afliatunov" <[EMAIL PROTECTED]>, > "Mod_perl" <[EMAIL PROTECTED]> > Subject: RE: [Samba authorization] > > You should probably contact the maintainers of Apac

Re: [Samba authorization]

2002-02-19 Thread Carlos Ramirez
, $domain); > } > > return $res; > } > > > Anyhow, hope this helps. > > -Carlos > > > > > From: "Stathy G. Touloumis" <[EMAIL PROTECTED]> > > Date: 2002/02/19 Tue PM 02:00:35 CST > > To: "Andrew Afliatuno

RE: [Samba authorization]

2002-02-19 Thread Stathy G. Touloumis
You should probably contact the maintainers of Apache::AuthSmb and kindly ask them to look into the problem : ) If I had some Sparcs lying around I would be willing to look into it but I don't ; ) > Please, let's continue discussing my problem. Remind you, that I > installed mod_perl, Authen-Smb

Re: Samba authorization

2002-02-13 Thread Andrew Afliatunov
> >Syntax error on line 346 of /usr/local/apache/conf/httpd.conf: > >Can't load > >'/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Authen/Smb/Smb.so' for > >module Authen::Smb: ld.so.1: /usr/local/apache/bin/httpd: fatal: relocation > >error: file > >/usr/local/lib/perl5/site_perl/5.6.1/su

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: 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