Re: Groups, Multiple Domains, and AuthenSmb

2004-03-17 Thread Carlos Ramirez
Included is the diff of the current 0.71 version the my mods. The mods include the following mods: * Allows user to use Domain\Username to authenticate. Actually, I'm also allowing Domain/Username. This eliminates alot of the problems experienced by our users not remembering to use the 'back sl

Re: [mp2] Server variables available to other programs?

2004-03-17 Thread Stas Bekman
Charlie Smith wrote: Stas, Help me out here. Are the HTTP_SERVER_VARS available via the ENV vars. I thought they were separate global hashes. When I get a chance to work through some of the anamolies with MP2 I'll get back to you. I get a feeling that there are some serious caching problem

Re: [mp2] Server variables available to other programs?

2004-03-17 Thread Charlie Smith
Stas, Help me out here. Are the HTTP_SERVER_VARS available via the ENV vars. I thought they were separate global hashes. When I get a chance to work through some of the anamolies with MP2 I'll get back to you. I get a feeling that there are some serious caching problems. Also problems wi

Re: make test/apache startup problems

2004-03-17 Thread Stas Bekman
paul wrote: Hi again! The CVS Sources now work to compile on my openbsd machine, but make test fails with the bottom errormessages. If i skip make test and do a make install, the module is installed but when I try to load the module with LoadModule perl_module modules/mod_perl.so my apache won't

Re: Installation / Configuration Questions

2004-03-17 Thread Perrin Harkins
On Tue, 2004-03-16 at 19:13, Mr. Egomaniac wrote: > Now, with this configuration, I would expect a browser attempting to access > localhost/perl/test.pl to get a page with Hello World string centered in h1 > font. > > Instead: You don't have permission to access /perl/test.pl on this server. Y

Re: Groups, Multiple Domains, and AuthenSmb

2004-03-17 Thread Shannon Eric Peevey
Lehman, Jason (Registrar's Office) wrote: If Carlos hasn't gotten back to you I wanted to send you a link to his referenced mail to the group originally. http://marc.theaimsgroup.com/?l=apache-modperl&m=106809701925690&w=2 And do you think you are going to try to incorporate these changes? Becaus

[MP ANNOUNCE] Apache-AuthenSmb-0.71

2004-03-17 Thread Shannon Eric Peevey
The uploaded file Apache-AuthenSmb-0.71.tar.gz has entered CPAN as file: $CPAN/authors/id/S/SP/SPEEVES/Apache-AuthenSmb-0.71.tar.gz size: 4054 bytes md5: 811c3b758fae5698bf06b4fec1cf00b9 This includes the fix for the authz function found by Jason Lehman. (thanks!) (Missing MP2 check to s

make test/apache startup problems

2004-03-17 Thread paul
Hi again! The CVS Sources now work to compile on my openbsd machine, but make test fails with the bottom errormessages. If i skip make test and do a make install, the module is installed but when I try to load the module with LoadModule perl_module modules/mod_perl.so my apache won't start up

Re: Can't locate object method "dir_config" via package "Apache::RequestRec"

2004-03-17 Thread Geoffrey Young
Graf László wrote: > Hi welcome. you don't need to post twice - we'll get to you in time :) > > I am using Fedora Core 1 equiped with Apache2 and mod_perl2. > In httpd.conf I made the following changes: > > PerlModule Apache::Reload > PerlInitHandler Apache::Reload > PerlSetVar R

Can't locate object method "dir_config" via package "Apache::RequestRec"

2004-03-17 Thread Graf László
Hi I am using Fedora Core 1 equiped with Apache2 and mod_perl2. In httpd.conf I made the following changes: PerlModule Apache::Reload PerlInitHandler Apache::Reload PerlSetVar ReloadDebug On After startup in errors_log appears: Can't locate object method "dir_confi

Re: Trouble with AuthenSmb

2004-03-17 Thread Shannon Eric Peevey
I have mp2 (the 1.99 thru me off), that came from a Red Hat enterprise Package, along with Apache 2 and I do have your 70 version of Authen_Smb. I am getting the "Can't locate object method log_reason via Apache::RequestRec at /usr/lib/perl5/site_perl/5.8.0/Apache/Authen_Smb.pm" only when it

Can't locate object method "dir_config" via package "Apache::RequestRec"

2004-03-17 Thread Graf László
Hi I am using Fedore Core distribution, Apache2 with mod_perl. In httpd.conf I made some modifications at the end of the file: PerlModule Apache::Reload PerlInitHandler Apache::Reload PerlSetVar ReloadDebug On but at startup in errors_log appears: Can't locate obje

Re: Groups, Multiple Domains, and AuthenSmb

2004-03-17 Thread Shannon Eric Peevey
I think I mentioned this a while back, I modified Apache::AuthenSMB to allow users to specify the domain in the username field, such as, Domain\Username. We have various domains by regions, "hard-coding" the Domain in the configuration was too restrictive for our user base. Would anyone be inte

Re: [mp2] make test fails in t/apache/util.t

2004-03-17 Thread Ruslan U. Zakirov
Stas Bekman wrote: Ruslan U. Zakirov wrote: I found solution. I've placed 'use locale' in package scope instead of sub scope and test goes fine. Perl "bug/feature"? No, my mistake. Please try this one: Nop. Only attached one. So may be it is a bug in perl then. If you can reproduce it out

Re: Installation / Configuration Questions

2004-03-17 Thread David (Sniper) Rigaudiere -- Les mongueurs de Perl
> 5) my script works in the mod_perl directory > !/usr/bin/perl > print("content-type: text/html\n\n"); > print("Hello World\n"); Hello, the # is missing on the shebang line, is this a copy/paste error ? David "Sniper" Rigaudiere GPG KeyID 0x2D243742 French Perl Workshop 2004 june 6

Re: Installation / Configuration Questions

2004-03-17 Thread Ged Haywood
Hi there, On Tue, 16 Mar 2004, Mr. Egomaniac wrote: > I realize that this might be a newbie/already answered question :) > I've looked all over and can't seem to find anything that will help. Well you didn't search the list archives very thoroughly... :) http://www.gossamer-threads.com/perl/m

RE: Groups, Multiple Domains, and AuthenSmb

2004-03-17 Thread Lehman, Jason (Registrar's Office)
Carlos,   Yes.  That is what i need for multiple domains.  I should of asked for that.  But I would still like to limit use by group so that I don't have to add individual people to the valid user line. -Original Message- From: Carlos Ramirez [mailto:[EMAIL PROTECTED] Sent: Tue

Re: Images and Auth

2004-03-17 Thread Thomas Klausner
Hi! On Wed, Mar 17, 2004 at 01:35:40PM +0900, Batara Kesuma wrote: > I am running a web site where users can upload their pictures. The > problem is, I don't want to let users view the pictures while they are > not logged in. I am thinking about using AuthName, AuthType on > httpd.conf, but I don