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

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

Re: [Samba authorization]

2002-02-19 Thread Carlos Ramirez
, hope this helps. -Carlos From: Stathy G. Touloumis [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 Apache::AuthSmb

Re: RE: [Samba authorization]

2002-02-19 Thread Carlos Ramirez
], Mod_perl [EMAIL PROTECTED] Subject: RE: [Samba authorization] 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

Was: [Samba authorization]

2002-02-18 Thread Andrew Afliatunov
Hi everybody! Please, let's continue discussing my problem. Remind you, that I installed mod_perl, Authen-Smb-0.91 and Apache-AuthenSmb-0.60 for authorization in apache against NT server. And I get this error in apache error.log file: Undefined subroutine Apache::AuthenSmb::handler called. In

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

RE: [Fwd: Samba authorization]

2002-02-12 Thread Stathy G. Touloumis
It seems that the problem does not reside with Smb.pm but with the shared object file Smb.so

Re: [Fwd: Samba authorization]

2002-02-12 Thread Andrew Afliatunov
Stathy G. Touloumis wrote: It seems that the problem does not reside with Smb.pm but with the shared object file Smb.so I reinstalled Authen-Smb, - Smb.so looks good :) and is there where it must be. What may be wrong with this file? -- Andrew

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. ( Directory

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 : Perl use lib path/to/Apache; /Perl a little higher up. Fiq On Mon, 11 Feb 2002, Andrew Afliatunov wrote: Hi! I

Re: Samba authorization

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

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: Directory /u01/httpd/docs/admin Options Indexes FollowSymLinks

[Fwd: Samba authorization]

2002-02-11 Thread Andrew Afliatunov
---BeginMessage--- Per Einar Ellefsen wrote: Hi Andrew, At 12:56 11.02.2002 +0400, Andrew Afliatunov wrote: Directory /u01/httpd/docs/admin Options Indexes FollowSymLinks Includes AllowOverride None AuthType Basic PerlSetVar myPDC e250.taom.lan