Re: [OT] Can anyone recommend a good flavour of Cookie?

2002-03-07 Thread Marcel Weber
I prefer Chips Ahoi chocolate chips cookies, but the really chunky ones;-) (sorry I could not help it...) Marcel Jeff wrote: Please forgive a mod_perl wannabie [aka woza.PHP4.user] I have googled two differing flavoured cookies in the mod_perl recipe library: Apache::Cookie

Re: Installing Perl::Magick

2002-02-19 Thread Marcel Weber
Hi I don't know anything about your problem. I just wanted to give you a hint, as you said, that you were a complete linux newbie: Do not work as root. It is dangerous! The root account should be for installation, configuration of the system and where it cannot be avoided. I always have some

OT Re: Installing Perl::Magick

2002-02-19 Thread Marcel Weber
Sorry, I did not meant giving silly comments ;-) I just saw your email [EMAIL PROTECTED] so I thought you would usually work as root. Marcel Am Dienstag den, 19. Februar 2002, um 17:22, schrieb Jonathan M. Hollin: :: I don't know anything about your problem. I just wanted to :: give you a

Re: Multiple authentication methods

2002-02-14 Thread Marcel Weber
Hi Darren Would you submit the current version? If you need help with the Documentation just let me know. For the makefile, I do not have any experience. Marcel Am Mittwoch den, 13. Februar 2002, um 21:01, schrieb darren chamberlain: Quoting Marcel Weber [EMAIL PROTECTED] [13 Feb-02 14:53

Re: Multiple authentication methods

2002-02-13 Thread Marcel Weber
or AUTH_REQUIRED. Marcel Am Mittwoch den, 13. Februar 2002, um 15:02, schrieb darren chamberlain: Quoting Marcel Weber [EMAIL PROTECTED] [12 Feb-02 16:15]: I don't get the point why it did not work the other way round, but now everything is just fine now : Make it a little more generic

Re: Multiple authentication methods

2002-02-13 Thread Marcel Weber
So here comes the most actual code: Submitting it to CPAN would be fine! package Apache::AuthMulti; # Stathy G. Touloumis # Marcel M. Weber # Darren Chamberlain # # Version 0.01-2 / 13.02.2002 / Marcel M. Weber use strict; use

Re: Multiple authentication methods

2002-02-13 Thread Marcel Weber
On my woody system it's fine. Marcel Am Mittwoch den, 13. Februar 2002, um 23:51, schrieb Stathy G. Touloumis: The easiest thing would be to use Config, and do: $module =~ s[::][$Config{'path_sep'}]g; Right? Maybe not : ) When checking on 2 linux systems I got a path seperator of

Re: Multiple authentication methods

2002-02-13 Thread Marcel Weber
Sorry, this code does not work... Should test it better before sending it to to mailing list... Marcel Am Donnerstag den, 14. Februar 2002, um 00:05, schrieb Marcel Weber: So here comes the most actual code: Submitting it to CPAN would be fine

Re: Multiple authentication methods

2002-02-13 Thread Marcel Weber
I see. You're right, this is actually much nicer! Sorry for the misinformation. On debian it return : also. I made a mistake checking it. But with the suggested code by Per it works just fine: sub load { my $module=@_[0]; $module = File::Spec-catfile(split /::/, $module);

AW: Multiple authentication methods

2002-02-12 Thread Marcel Weber
/AuthenIntra.pm line 13. resp. vice versa, when the AuthSybase method is first. Perhaps it is my mod_perl installation. It is a stock Debian Woody installation. Marcel -Ursprüngliche Nachricht- Von: Stathy G. Touloumis [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 12. Februar 2002 18:32 An: Marcel

AW: Multiple authentication methods

2002-02-12 Thread Marcel Weber
- Von: Stathy G. Touloumis [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 12. Februar 2002 18:32 An: Marcel Weber; [EMAIL PROTECTED] Betreff: RE: Multiple authentication methods The get_handlers code is out of AuthenSmb as I do not have the slightest idea of how to get the results of the called

AW: Multiple authentication methods

2002-02-12 Thread Marcel Weber
. Thanks to all who helped me Marcel -Ursprüngliche Nachricht- Von: Stathy G. Touloumis [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 12. Februar 2002 21:17 An: Marcel Weber; [EMAIL PROTECTED] Betreff: RE: Multiple authentication methods That is odd, I would check the interface

AW: Multiple authentication methods

2002-02-11 Thread Marcel Weber
, but the second method is never executed. Well, probably some expirienced perl coder would laugh at me... Marcel -Ursprüngliche Nachricht- Von: Stathy G. Touloumis [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 11. Februar 2002 23:34 An: Marcel Weber Cc: [EMAIL PROTECTED] Betreff: RE: Multiple