WE: Apache::AuthCookie causing strange-"Use of uninitialized value."

2003-09-12 Thread B. Fongo
PROTECTED] Gesendet: Freitag, 12. September 2003 13:46 An: [EMAIL PROTECTED] Betreff: Apache::AuthCookie causing strange-"Use of uninitialized value." I use Apache::AuthCookie 3.04, which seems to be the latest version, under Apache/1.3.26 Ben-SSL/1.48 (Unix) Debian GNU/Linux PHP/4.1.2 mod

Re: Apache::AuthCookie causing strange "Use of uninitialized value."

2003-09-12 Thread Per Eric Rosén
Thanks for your response! > You have to subclass Apache::AuthCookie. This should be something like: > PerlFixupHandler Your::Sublass->recognize_user Well, I do. I just pasted the wrong text (from the 2002 mail). The actual configuration snippet is: AuthType TAS::Cookie

Re: Apache::AuthCookie causing strange-"Use of uninitialized value."

2003-09-12 Thread Thomas Klausner
Hi! On Fri, Sep 12, 2003 at 01:46:24PM +0200, Per Eric Ros?n wrote: > I use Apache::AuthCookie 3.04, which seems to be the latest version, under > Apache/1.3.26 Ben-SSL/1.48 (Unix) Debian GNU/Linux PHP/4.1.2 mod_perl/1.26. I'm using quite the same setup (without PHP and ssl) and do no

Apache::AuthCookie causing strange-"Use of uninitialized value."

2003-09-12 Thread Per Eric Rosén
I use Apache::AuthCookie 3.04, which seems to be the latest version, under Apache/1.3.26 Ben-SSL/1.48 (Unix) Debian GNU/Linux PHP/4.1.2 mod_perl/1.26. When I use "PerlFixupHandler Apache::AuthCookie->recognize_user", Apache writes "Use of uninitialized value." in errorl

Apache::AuthCookie 3.05 prerelease

2003-08-01 Thread Michael Schout
I have placed a pre-release of Apache::AuthCookie 3.05 which supports mod_perl version 2 (as well as mod_perl version 1) up on the sorceforge downloads. The API has changed slightly for mod_perl version 2 in order to avoid using Apache->request. See the README.modperl2 file in the distribut

Re: Installing Apache::AuthCookie

2003-06-11 Thread Jay Strauss
dnesday, June 11, 2003 11:26 AM Subject: Re: Installing Apache::AuthCookie > On Tue, 10 Jun 2003, Jay Strauss wrote: > > > I'm running into a problem during the make test while installing the current > > version of Apache::AuthCookie. I'm not sure where to go. I looked

Re: Installing Apache::AuthCookie

2003-06-11 Thread Michael Schout
On Tue, 10 Jun 2003, Jay Strauss wrote: > I'm running into a problem during the make test while installing the current > version of Apache::AuthCookie. I'm not sure where to go. I looked at tests > 10 and 15: Hrm. You are supposed to get "ok" for all of the tests.

Installing Apache::AuthCookie

2003-06-10 Thread Jay Strauss
Hi, I'm running into a problem during the make test while installing the current version of Apache::AuthCookie. I'm not sure where to go. I looked at tests 10 and 15: Test 10 is supposed to fail: and it did Test 15 is supposed to be FORBIDDEN Should I go ahead and do "make in

RE: Apache::AuthCookie and what's required

2003-01-07 Thread Gareth Kirwan
ire line after the word hamster. The method should return OK on success and FORBIDDEN on failure. Here you'll say that it'll call the method hamster! What do you think of that ? Typo ? > it's the other way round: > > if you say in httpd.conf > require species hamste

Re: Apache::AuthCookie and what's required

2003-01-07 Thread domm
Hi! On Tue, Jan 07, 2003 at 11:20:25AM +0100, [EMAIL PROTECTED] wrote: > From perldoc Apache::AuthCookie: > > o authorize() > This will step through the "require" directives you've > given for protected documents and make sure the user > passes must

Re: Apache::AuthCookie and what's required

2003-01-07 Thread domm
Hi! On Tue, Jan 07, 2003 at 09:30:32AM -, Gareth Kirwan wrote: > Hence I'm thinking that I'll need something using the model of require > species hamster ( from Apache::AuthCookie documentation ) > However I can't find out the significance of the word species

Apache::AuthCookie and what's required

2003-01-07 Thread Gareth Kirwan
Title: Gareth Stationery Morning all,   Diving straight in... This is my first time using Apache::AuthCookie for Authorization and Authentication ... but when I've been pencilling my plan out I'm already afraid I might need to go a different route - so I thought I'd post he

Re: Apache::AuthCookie in mod_perl 1.99_5

2002-10-21 Thread Michael Schout
Any comments? AuthCookie has not yet been ported to mod_perl 2.0. Mike

Apache::AuthCookie in mod_perl 1.99_5

2002-10-17 Thread Antti Haapala
I recently started testing experimental mod_perl 2.0, and almost immediately run into following problem: Apache::AuthCookie (3.04) wants to set auth_type of connection/request/whatever, but there no longer exists any method in Apache::blahblah that allows me to set the auth_type/auth_name of

Apache::AuthCookie causing "Use of uninitialized value." in errorlog...

2002-08-27 Thread simran
Hi All, I have written some code that seems to work fine with no perl warnings in the error log... and i was using it quite successfully using Apache::AuthCookie under mod_perl. However, when i put this in my apache configuration file: PerlFixupHandler Apache::AuthCookie->recognize_user

Apache::AuthCookie weirdness

2002-07-11 Thread Ken Miller
I'm experiencing a really strange problem with Apache::AuthCookie and Internet Explorer. Every now and then when I try and access a protected URL, I never see the login page. If I close the window, and open a new one, it works just fine. This is the case even if there are other windows

[ANNOUNCE] Apache-AuthCookie 3.02

2002-06-20 Thread Michael J Schout
The uploaded file Apache-AuthCookie-3.02.tar.gz has entered CPAN as file: $CPAN/authors/id/M/MS/MSCHOUT/Apache-AuthCookie-3.02.tar.gz size: 29015 bytes md5: 107408d13a43cfbe2d2eccce40adffbe Changes: --- Version

Re: location of LoginScript in Apache::AuthCookie* modules

2002-06-14 Thread Vivek Khera
> "ED" == Eric Doutreleau <[EMAIL PROTECTED]> writes: ED> Right now i would like to make user authenticate throug a SSL ED> page. ED> In order to do that i modify the configuration script to use ED> PerlSetVar WhatEverLoginScript https://corbeau/perl/login.pl Well, in order to be able to ge

location of LoginScript in Apache::AuthCookie* modules

2002-06-14 Thread Eric Doutreleau
Hi I 'm trying to use the Apache::AuthCoookieLDAP module to authenticate my web users using my ldap server. With the defaut configuration it works quite well. Right now i would like to make user authenticate throug a SSL page. In order to do that i modify the configuration script to use PerlS

Re: Problems with Apache-AuthCookie mod_perl 1.99

2002-05-06 Thread Peter Rothermel
ith method handlers ala 2.0 I'll forward the code to you. -pete Michael J Schout wrote: > On Thu, 2 May 2002, Per Einar Ellefsen wrote: > > > At 21:25 02.05.2002, Peter Rothermel wrote: > > >greetings, > > > > > >Has anybody had any luck getting Apache-A

Re: Problems with Apache-AuthCookie mod_perl 1.99

2002-05-03 Thread Michael J Schout
On Thu, 2 May 2002, Per Einar Ellefsen wrote: > At 21:25 02.05.2002, Peter Rothermel wrote: > >greetings, > > > >Has anybody had any luck getting Apache-AuthCookie going > >on an Apache 2.0 / mod_perl 1.99 setup? The first thing that > >I hit was $r->connecti

Re: Problems with Apache-AuthCookie mod_perl 1.99

2002-05-02 Thread Per Einar Ellefsen
At 21:25 02.05.2002, Peter Rothermel wrote: >greetings, > >Has anybody had any luck getting Apache-AuthCookie going >on an Apache 2.0 / mod_perl 1.99 setup? The first thing that >I hit was $r->connection->user is deprecated. I've changed these >to $r->user. Th

Problems with Apache-AuthCookie mod_perl 1.99

2002-05-02 Thread Peter Rothermel
greetings, Has anybody had any luck getting Apache-AuthCookie going on an Apache 2.0 / mod_perl 1.99 setup? The first thing that I hit was $r->connection->user is deprecated. I've changed these to $r->user. The next hurdle is that the status code REDIRECT does not seen to be Apa

Re: different type of login with Apache::AuthCookie?

2002-04-29 Thread Fran Fabrizio
Have that proactive signin area forward to a page behind Apache::AuthCookie protection and then have that page forward them right back to where they were? If you don't have frames that would be pretty easy. -Fran Ken Miller wrote: > We currently use Apache::AuthCookie for authen

different type of login with Apache::AuthCookie?

2002-04-29 Thread Ken Miller
We currently use Apache::AuthCookie for authentication/authorization, and it works great. However, we want to make a change to how the login works. In addition to having Apache::AuthCookie intercept requests for URL's that require auth/authz, we would like to provide a signon area on the

Re: Apache::AuthCookie not set cookie really

2002-01-30 Thread Michael Schout
> variable path=/agenda was omitted. Explorer 6.0 doesn't set cookie > without path attribute. > I think, it's a good idea to make WhatEverPath required option in > config. Hrm. I was not aware of that. Thanks for bringing it to my attention. I have changed AuthCookie in CVS so that Path will

Re: Apache::AuthCookie not set cookie really

2002-01-29 Thread BeerBong
Skipped > Actually, as my application should be > 1. simple maintained, > 2. maximum count of users - 100 (employees in small software > development company) > 3. simultaneous login - 5-7 maximum > 4. team managers work with money (project budjet, employee's payment > per hour and etc) > 5. good

Re: Apache::AuthCookie not set cookie really

2002-01-29 Thread BeerBong
> > What your trying to do looks to me like exactly the sort of thing > AuthCookie can do. Unless I am misunderstanding your problem I > dont see an AuthCookie limitation here. Please explain in more > detail if I am missing the point and I will see what we can do if > such a

Re: Apache::AuthCookie not set cookie really

2002-01-29 Thread Michael Schout
ain in more detail if I am missing the point and I will see what we can do if such a limitation does in fact exist :). Regards, Michael Schout (Apache::AuthCookie maintainer)

Re: AuthSession Manager [was] Apache::AuthCookie not set cookie really

2002-01-28 Thread Perrin Harkins
ookie (not just an ID), you have to do some kind of lookup on the server-side for every request if they need session information. It may not be to a database though. If you know that each user will stay on a single server, you can use a disk-based technique like Cache::FileCache or Apache::Session:

AuthSession Manager [was] Apache::AuthCookie not set cookie really

2002-01-28 Thread BeerBong
> Hello all! > > Odd thing - all should works fine. > I use Apache::AuthCookie for my project Agenda. > I wrote descendant - Apache::AuthCookieAgenda > > package Apache::AuthCookieAgenda; > > use strict; > use Apac

Apache::AuthCookie not set cookie really

2002-01-28 Thread BeerBong
Hello all! Odd thing - all should works fine. I use Apache::AuthCookie for my project Agenda. I wrote descendant - Apache::AuthCookieAgenda package Apache::AuthCookieAgenda; use strict; use Apache; use Apache::Constants qw(:common); use Apache

Re: Problems with cookies in Apache::AuthCookie

2002-01-07 Thread Øyvind Gjerstad
Charles Day wrote: > key line must come first. I used Portal instead of your PrisInformasjon, > but you get the idea. I tried that, but it made no difference. I must be doing something wrong. I have now tried with a very similar setup on my linux box with apache 1.3.22, mod_perl 1.26 and all

Re: Problems with cookies in Apache::AuthCookie

2002-01-04 Thread Geoffrey Young
:2002-01-04-14-23-46:2002-01-05-14 > >>-23-46:54f7553ccb96d3af70abe449f053ee3d > >>[Fri Jan 4 14:23:46 2002] [error] auth_type Apache::AuthCookieDBI > >> > > > > the AuthType setting should be the name of the class that inherits > > from Apache::AuthCookie (or Apache::Au

Problems with cookies in Apache::AuthCookie

2002-01-04 Thread Øyvind Gjerstad
I'm trying to get Apache::AuthCookie and Apache::AuthCookieDBI to work. However it seems like I can't set any cookies. I have cookies enabled in my browser (with warnings), but I can't read the cookie after the redirect from the login-script. I'm pretty sure the cookie i

Problem with Apache::AuthCookie

2001-12-09 Thread Steven Lembark
print to get things on the screen (e.g., Apache::AuthTicket). I've tried this and various combinations of sending the headers and form with no luck. Ideally Apache::AuthCookie should only require the login_form, authen_cred and authen_ses_key sub's to function with the addition of login_scre

Re: Problem with Apache::AuthCookie-3.00

2001-12-07 Thread David Young
; Date: Fri, 07 Dec 2001 01:34:57 -0600 > To: [EMAIL PROTECTED] > Subject: Problem with Apache::AuthCookie-3.00 > > > Getting multiple HTTP replies returned to the client. They > get a form and followig it an 'access denied' message from > Apache. > > The examp

Problem with Apache::AuthCookie-3.00

2001-12-06 Thread Steven Lembark
binations of sending the headers and form with no luck. Ideally Apache::AuthCookie should only require the login_form, authen_cred and authen_ses_key sub's to function with the addition of login_screen to use a location rather rather than #!-ed code for the login form. Does anyone know of a s

Re: Apache::AuthCookie login faliure reason

2001-11-27 Thread Vivek Khera
> "CH" == Carolyn Hicks <[EMAIL PROTECTED]> writes: CH> this to something like 'InvalidLogin' in authen_cred, you can then check CH> for this and set the reason via $r->subprocess_env in AuthCookieHandler-> authen_ses_key, before AuthCookie->authenticate wipes CH> the cookie out. Not extensiv

Re: Apache::AuthCookie login faliure reason

2001-11-23 Thread clayton cottingham
Bill Moseley wrote: > > At 04:09 PM 11/23/2001 +1100, simran wrote: > >>>> > Hi All, > > I am having some trouble getting Apache::AuthCookie (version 3 which i > believe is the latest version) to do what want: > > What i want is: > > * To be

Re: Apache::AuthCookie login faliure reason

2001-11-23 Thread Bill Moseley
At 04:09 PM 11/23/2001 +1100, simran wrote: >>>> Hi All, I am having some trouble getting Apache::AuthCookie (version 3 which i believe is the latest version) to do what want: What i want is: * To be able to give the user a reson if login fails - eg reason: * "

Re: Apache::AuthCookie login faliure reason

2001-11-23 Thread Steve van der Burg
>I am having some trouble getting Apache::AuthCookie (version 3 which i >believe is the latest version) to do what want: >What i want is: >* To be able to give the user a reson if login fails > - eg reason: * "No such username" >* "Your pa

Re: Apache::AuthCookie login faliure reason

2001-11-22 Thread Carolyn Hicks
On Fri, Nov 23, 2001 at 04:09:45PM +1100, simran wrote: > What i want is: > > * To be able to give the user a reson if login fails > - eg reason: * "No such username" > * "Your password was incorrect" On Thu, Nov 22, 2001 at 09:26:17PM -0800, clayton wrote: > here is the m

RE: Apache::AuthCookie login faliure reason

2001-11-22 Thread simran
mran. -Original Message- From: clayton [mailto:[EMAIL PROTECTED]] Sent: Friday, 23 November 2001 4:26 PM To: simran Cc: [EMAIL PROTECTED] Subject: Re: Apache::AuthCookie login faliure reason yes its pretty easy one to do, btw: i first found out how by investigating the Apache::AuthCook

Re: Apache::AuthCookie login faliure reason

2001-11-22 Thread clayton
yes its pretty easy one to do, btw: i first found out how by investigating the Apache::AuthCookie code here is the meat of the matter send something like this to the $r->subprocess_env {the name im using is the same as authcookie's with the 2 added} $r->subprocess_env('A

Apache::AuthCookie login faliure reason

2001-11-22 Thread simran
Hi All,   I am having some trouble getting Apache::AuthCookie (version 3 which i believe is the latest version) to do what want:   What i want is:   * To be able to give the user a reson if login fails   - eg reason: * "No such username"     * "Yo

Re: Apache::AuthCookie

2001-09-28 Thread clayton cottingham
Rob Bloodgood wrote: > > > > Does anyone know where I can find documentation to install > > > and configure > > > Apache::AuthCookie? The docs that come with it are thin and > > > do not provide > > > much information. > > > > you&#

RE: Apache::AuthCookie

2001-09-28 Thread Rob Bloodgood
> > Does anyone know where I can find documentation to install > > and configure > > Apache::AuthCookie? The docs that come with it are thin and > > do not provide > > much information. > > you're kidding, right? > > [geoff@jib Apache-AuthCookie-2

RE: Apache::AuthCookie

2001-09-28 Thread Geoffrey Young
> -Original Message- > From: Recendez, Ray [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 28, 2001 1:45 PM > To: '[EMAIL PROTECTED]' > Subject: Apache::AuthCookie > > > Does anyone know where I can find documentation to install > and con

Apache::AuthCookie

2001-09-28 Thread Recendez, Ray
Does anyone know where I can find documentation to install and configure Apache::AuthCookie? The docs that come with it are thin and do not provide much information. Thanks, Ray

RE: Apache::AuthCookie and ServerSide Include not working

2001-08-21 Thread Chad Phillips
Never mind. A few more eyes showed me that my virtual host was not set up right for SSIs -Original Message- From: Chad Phillips [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 12:13 PM To: mod_perl List Subject: Apache::AuthCookie and ServerSide Include not working Hello, I

Apache::AuthCookie and ServerSide Include not working

2001-08-21 Thread Chad Phillips
Hello, I have apache 1.3.19 running on a Mandrake 8.0 box. I am using authcookie for authentication. I can't seem to get any SSIs to run now. I have another plain install of apache on the same box and SSIs work fine. The only difference I have seen between the two installs is AuthCookie. Has

CPAN Apache-AuthCookie-3.00.tar.gz (fwd)

2001-06-01 Thread Michael J Schout
The uploaded file Apache-AuthCookie-3.00.tar.gz has entered CPAN as file: $CPAN/authors/id/M/MS/MSCHOUT/Apache-AuthCookie-3.00.tar.gz size: 25399 bytes md5: 5c94e0ced442653f229b39f4f1fcfe8c Changes since v2.011: - New maintiner: Michael Schout <[EMAIL PROTECTED]> - chan

Re: Apache::AuthCookie- help on "make test"

2001-05-18 Thread Clayton Cottingham aka drfrog
Time Co-Ordinate Fri, 18 May 2001 03:35:03 -0700, The Organism labeled Will Waggoner said: > Hi Emma, > > I've gotten this error every time I've run the test for this version of > AuthCookie -- but upon installation it works fine. > i can confirm this

Re: Apache::AuthCookie- help on "make test"

2001-05-18 Thread Will Waggoner
18, 2001 2:48 AM Subject: Apache::AuthCookie- help on "make test" > hi all! > > My settings: > RedHat Linux7.1 > Apache 1.3.19 > Perl5.005 > mod_perl1.24 > embperl > > > When I do "make test" during Apache::AuthCookie installation phase I get the f

Apache::AuthCookie- help on "make test"

2001-05-18 Thread Emma Wermström (EMW)
hi all! My settings: RedHat Linux7.1 Apache 1.3.19 Perl5.005 mod_perl1.24 embperl When I do "make test" during Apache::AuthCookie installation phase I get the following messages. I've included all input and output from the "perl Makefile.PL" and "make"

Re: using Apache::AuthCookie and Sample::AuthCookieHandler

2001-05-15 Thread Juha Laiho
On Tue, 15 May 2001, Emma Wermström (EMW) wrote: ... > apache::authcookie (latest version) > > I found this great module that allows login and logout from a web site > using cookies. the problem is that I don't know how to use it myself. > Yes, I've read and reread the

using Apache::AuthCookie and Sample::AuthCookieHandler

2001-05-15 Thread Emma Wermström (EMW)
hi! RedHat Linux 7.1 apache 1.3.19 perl 5 mod_perl 1.24 embperl (latest version) apache::authcookie (latest version) I found this great module that allows login and logout from a web site using cookies. the problem is that I don't know how to use it myself. Yes, I've read and

Apache::AuthCookie transfer of ownership

2001-01-11 Thread Ken Williams
Hi all, For a long while, it's become clearer and clearer to me that I need to hand off ownership of the Apache::AuthCookie module to someone else. I haven't been able to keep up with the many development requests, even when they've been perfectly reasonable and probably f

Re: Apache::AuthCookie and SSL

2000-12-15 Thread Vivek Khera
> "JM" == JR Mayberry <[EMAIL PROTECTED]> writes: JM> might wanna modify the source to set the domain to .yourdomain.com, as JM> its probably now being set as secure.yourdomain.com or JM> www.yourdomain.com no need to modify source to do that. AuthCookie has a config option to do it for you

Re: Apache::AuthCookie and SSL

2000-12-15 Thread Vivek Khera
> "JW" == John Walstra <[EMAIL PROTECTED]> writes: JW> I'm having the problem with being logged out then I switch to a JW> secure document. I have to log back in to get to the page. And JW> when I go from a SSL page to a plain page it logs me out JW> again. Any advise? Figure out how to make

Re: Apache::AuthCookie and SSL

2000-12-15 Thread JR Mayberry
when I go from a SSL > page to a plain page it logs me out again. Any advise? > > Apache/1.3.12 (Unix) mod_perl/1.24 mod_ssl/2.6.6 OpenSSL/0.9.5a > Apache::AuthCookie is version 2.011 > I'm also using Embperl v1.2.1 > > from .htaccess in the protected directories

Re: Apache::AuthCookie and SSL

2000-12-15 Thread JR Mayberry
to a secure > document. I have to log back in to get to the page. And when I go from a SSL > page to a plain page it logs me out again. Any advise? > > Apache/1.3.12 (Unix) mod_perl/1.24 mod_ssl/2.6.6 OpenSSL/0.9.5a > Apache::AuthCookie is version 2.011 > I'm also using Embperl

Apache::AuthCookie and SSL

2000-12-15 Thread John Walstra
I'm having the problem with being logged out then I switch to a secure document. I have to log back in to get to the page. And when I go from a SSL page to a plain page it logs me out again. Any advise? Apache/1.3.12 (Unix) mod_perl/1.24 mod_ssl/2.6.6 OpenSSL/0.9.5a Apache::AuthCook

Apache::AuthCookie now on SourceForge

2000-10-18 Thread Ken Williams
Hi all, I have just created a SourceForge project for AuthCookie. If you are interested, you can access the project at http://sourceforge.net/projects/ap-authcookie/ . All previous releases are there, and I have imported the CVS tree too. Moving the project to SourceForge gives several benefits

Apache::AuthCookie question

2000-07-16 Thread Elizabeth Gerner
Hi, This may not be anything specific to Apache::AuthCookie. So sorry for the off-topic question. I have been able to get Apache::AuthCookie to work for me on directories other than the URL root . What happens when I do that is that the images in the script invoked by the LOGIN location do not

ANNOUNCE: Apache::AuthCookie 2.011

2000-06-17 Thread Ken Williams
Hi, The URL http://mathforum.com/~ken/modules/archive/Apache-AuthCookie-2.011.tar.gz has entered CPAN as file: $CPAN/authors/id/K/KW/KWILLIAMS/Apache-AuthCookie-2.011.tar.gz size: 18530 bytes md5: b4617ac3ed237e2ae5123e9c7756fc82 This release follows right on the heels of 2.010

ANNOUNCE: Apache::AuthCookie 2.010

2000-06-16 Thread Ken Williams
Hi, The URL http://mathforum.com/~ken/modules/archive/Apache-AuthCookie-2.010.tar.gz has entered CPAN as file: $CPAN/authors/id/K/KW/KWILLIAMS/Apache-AuthCookie-2.010.tar.gz size: 17587 bytes md5: 664e97ccba483b2a2462ad0ab919b33d There are lots of changes from 2.007, which was

Apache::AuthCookie

2000-06-13 Thread MOORHOUSE, John NW Group Risk
Having problem with the above, anyone any idea It doesn't seem to create the cookie I added the log_error above err_header_out in login() $r->log_error("SET COOKIE " . $self->_cookie_string($r, "$auth_type\_$auth_name", $ses_key)) if ($debug >= 2); $r->err_header_out("Set-Cookie" => $self->_co

Re: Fine-grained authorization w. Apache::AuthCookie

2000-05-23 Thread Ken Miller
At 11:26 AM 5/23/00 -0500, James G Smith wrote: >Ken Miller <[EMAIL PROTECTED]> wrote: >>I'm using Apache::AuthCookie for general authentication/authorization for a >>site I'm working on. However, there's a requirement for fine-grained >>authorizatio

Re: Fine-grained authorization w. Apache::AuthCookie

2000-05-23 Thread James G Smith
Ken Miller <[EMAIL PROTECTED]> wrote: >I'm using Apache::AuthCookie for general authentication/authorization for a >site I'm working on. However, there's a requirement for fine-grained >authorization down to the page level - a user may have access to most

Fine-grained authorization w. Apache::AuthCookie

2000-05-23 Thread Ken Miller
I'm using Apache::AuthCookie for general authentication/authorization for a site I'm working on. However, there's a requirement for fine-grained authorization down to the page level - a user may have access to most pages in a directory, but be disalllowed access to a single page.

RE: ANNOUNCE: Apache::AuthCookie 2.007

2000-04-25 Thread Ken Williams
[EMAIL PROTECTED] (Gerald Richter) wrote: >Hi Ken, > >the patch I send you for overwriting the login_form seems not to be in >2.007. > >Are there any reason for this or did you just forget it? Hi Gerald, Actually, neither - it's just that I haven't gotten to it yet. The changes I put in 2.007 c

RE: ANNOUNCE: Apache::AuthCookie 2.007

2000-04-25 Thread Gerald Richter
Hi Ken, the patch I send you for overwriting the login_form seems not to be in 2.007. Are there any reason for this or did you just forget it? Gerald - Gerald Richterecos electronic communication services gmbh Internetconnect * We

Re: Help needed with Apache::AuthCookie 2.007

2000-04-17 Thread Ken Williams
namings it'd be really appreciated! What difference would that make? But if you want it, I'll mail you mine off-list. >Thanks, >Kenneth > >P.S. If you need to fix what's wrong (thanks, man!), the errors are >configuration error: couldn't check user. No user

Re: Apache::AuthCookie or Apache::AuthDBI or Apache::???

2000-04-17 Thread Vivek Khera
> "KF" == Kenneth Frankel <[EMAIL PROTECTED]> writes: KF> What's the best way to authenticate users? I have a site where the entire KF> site is to be protected. I want to log users in at the front of the web For a site whose contents are entirely protected, I'd use basic auth with a cooki

Apache::AuthCookie or Apache::AuthDBI or Apache::???

2000-04-17 Thread Kenneth Frankel
What's the best way to authenticate users? I have a site where the entire site is to be protected. I want to log users in at the front of the web site, and keep them logged in as they travel around. I was trying to get AuthCookie to work but haven't been successful so far. Should I continue

Help needed with Apache::AuthCookie 2.007

2000-04-17 Thread Kenneth Frankel
Could someone provide a good FAQ or example of how to impliment this thing? The package documentation's "just copy the test script" example I'm sure is a great time-saver for the author but when one has problems it's really a pain with all the unrelated testing code. I'm having problems and

ANNOUNCE: Apache::AuthCookie 2.007

2000-04-15 Thread Ken Williams
The URL http://forum.swarthmore.edu/~ken/modules/archive/Apache-AuthCookie-2.007.tar.gz has entered CPAN as file: $CPAN/authors/id/KWILLIAMS/Apache-AuthCookie-2.007.tar.gz size: 16364 bytes md5: 1a2a45007123e8583467668297ebd767 Version: 2.007 Date: 2000/04/15 15:27:02 If the

Re: PATCH for Apache::AuthCookie to overwrite the login_form display

2000-04-09 Thread Ken Williams
[EMAIL PROTECTED] (Gerald Richter) wrote: >Hi Ken, > >I use your Apache::AuthCookie in an application where the way to display the >login form via the custon_response does not fit my needs. Instead the normal >ContentHandler has to display th login form. I have made a simple p

PATCH for Apache::AuthCookie to overwrite the login_form display

2000-04-09 Thread Gerald Richter
Hi Ken, I use your Apache::AuthCookie in an application where the way to display the login form via the custon_response does not fit my needs. Instead the normal ContentHandler has to display th login form. I have made a simple patch to Apache::AuthCookie that splits up the call to

ANNOUNCE: Apache::AuthCookie 2.001

2000-02-10 Thread Ken Williams
Hi, The URL http://forum.swarthmore.edu/~ken/modules/archive/Apache-AuthCookie-2.001.tar.gz has entered CPAN as file: $CPAN/authors/id/KWILLIAMS/Apache-AuthCookie-2.001.tar.gz size: 14968 bytes md5: 252ea4ec539f0c303ae552a4e25588d5 - The login forms may now use the POST method

ANNOUNCE: Apache::AuthCookie v2.0

2000-02-02 Thread Ken Williams
Hi, here's the eagerly-awaited announcement: ** * The URL * * http://mathforum.com/~ken/modules/archive/Apache-AuthCookie-2.000.tar.gz * * has entered CPAN as * * file: $CPAN/authors/id/KWILLIAMS/Apache-AuthCookie-

Re: Apache::AuthCookie with multiple 'require' directives?

2000-01-27 Thread Cliff Rayman
'c' code in mod_auth seems to work similar as the perl code below. - snip - for (x = 0; x < reqs_arr->nelts; x++) { if (!(reqs[x].method_mask & (1 << m))) continue; method_restricted = 1; t = reqs[x].requirement; w = ap_getword_white(r->p

Re: Apache::AuthCookie with multiple 'require' directives?

2000-01-27 Thread Cliff Rayman
looks to me like it is using an OR approach. first successful match returns OK. Ken Williams wrote: > Hi, > > I'm looking at the AuthCookie code, getting ready to release a new version to > CPAN. It looks to me like currently only the first 'require' directive will be > processed and obeyed. H

Apache::AuthCookie with multiple 'require' directives?

2000-01-27 Thread Ken Williams
Hi, I'm looking at the AuthCookie code, getting ready to release a new version to CPAN. It looks to me like currently only the first 'require' directive will be processed and obeyed. Here's the code from the old authz(): foreach $r

Re: Apache::AuthCookie takeover?

2000-01-26 Thread Doug MacEachern
On Tue, 25 Jan 2000, Ken Williams wrote: > > Can someone set the maintainer of Apache::AuthCookie to be me? patch below :) thanks Ken!! diff -u -u -r1.63 apache-modlist.html --- apache-modlist.html 1999/11/24 02:40:01 1.63 +++ apache-modlist.html 2000/01/27 05:19:27 @@ -114,7

Re: Apache::AuthCookie takeover?

2000-01-25 Thread Ken Williams
[EMAIL PROTECTED] (Ask Bjoern Hansen) wrote: >On Sat, 22 Jan 2000, Ken Williams wrote: > >> * make a new module with a new name, since some of my changes have changed >> the interface, or >> * usurp the Apache::AuthCookie module and provide a clear &

Re: Apache::AuthCookie takeover?

2000-01-25 Thread Ask Bjoern Hansen
On Sat, 22 Jan 2000, Ken Williams wrote: > * make a new module with a new name, since some of my changes have changed > the interface, or > * usurp the Apache::AuthCookie module and provide a clear stepwise migration > path? Doug said he'd be willing to make

Re: Apache::AuthCookie takeover?

2000-01-25 Thread Adam Mackler
I've been using Apache::AuthCookie, and it's great, but just from playing with it briefly I see some apparent issues. For one thing I didn't find an obvious way to delete a session from the database. It relies on the browser to delete the session key cookie. Right now, my MSIE

Re: Apache::AuthCookie takeover?

2000-01-24 Thread Bruce W. Hoylman
>>>>> "Ken" == Ken Williams <[EMAIL PROTECTED]> writes: >> make a new module with a new name, since some of my changes have >> changed the interface, or usurp the Apache::AuthCookie module and >> provide a clear stepwise migration path? Doug

Re: Apache::AuthCookie takeover?

2000-01-23 Thread G.W. Haywood
Hi there, On Sat, 22 Jan 2000, Ken Williams wrote: > should I > > * make a new module with a new name, since some of my changes have changed > the interface, or > * usurp the Apache::AuthCookie module and provide a clear stepwise migration > path? Doug said

Apache::AuthCookie takeover?

2000-01-22 Thread Ken Williams
Hi, Apparently Eric Bartley isn't maintaining Apache::AuthCookie anymore. I've made a bunch of improvements to its functionality, and I'd like to commit those to CPAN. Before I do that, I thought I'd throw the question out there: should I * make a new module with a new

Re: possible patch for Apache::AuthCookie

1999-12-16 Thread Ken Williams
ackwards. >PS. Who's the current maintainer of Apache::AuthCookie? I seem to >remember reading somehwere that it is no longer Eric Bartley. Yeah, it's not. I've been toying with the code and improving it, but my improvements make it non-backward-compatible. So I might need t

possible patch for Apache::AuthCookie

1999-12-16 Thread Robert Locke
Hi all, Currently, Apache::AuthCookie uses: $r->err_header_out("Set-Cookie" => ... to set its cookie. However, if you're authentication or authorization routines also sets a cookie, then it will get overwritten by the above code. Below is a proposed patch to AuthCoo

Re: Patch for Apache::AuthCookie

1999-10-29 Thread Bruce W. Hoylman
>>>>> "Spidaman" == Spidaman The Defenestrator <[EMAIL PROTECTED]> writes: Spidaman> I've been messing around with some wacky PerlAccessHandler Spidaman> and PerlAuthenHandler code lately, if Apache::AuthCookie Spidaman> is orpha

Re: Patch for Apache::AuthCookie

1999-10-28 Thread Ken Williams
nd >PerlAuthenHandler code lately, if Apache::AuthCookie is orphaned I might >want to fix it up. Last I looked, it's tests choked on "Undefined >subroutine &Apache::perl_hook" ...IIRC that means it's not current. Is >anybody using it in production with recent

Re: Patch for Apache::AuthCookie

1999-10-28 Thread Spidaman The Defenestrator
I've been messing around with some wacky PerlAccessHandler and PerlAuthenHandler code lately, if Apache::AuthCookie is orphaned I might want to fix it up. Last I looked, it's tests choked on "Undefined subroutine &Apache::perl_hook" ...IIRC that means it's not cur

Re: Patch for Apache::AuthCookie

1999-10-27 Thread Ken Williams
Hi folks, I haven't gotten any response about this. My email to Eric Bartley (the author of Apache::AuthCookie) bounced - does anyone know how to contact him, or whether there's a new maintainer? If we can't find him, I suppose we should either make a new module for this (Apa

Re: Patch for Apache::AuthCookie

1999-10-24 Thread Ken Williams
rote: >Hi mod_perl-ers, > >I've been working with the Apache::AuthCookie module, and have made a >couple of modifications that make it more flexible. As an added >benefit, the code is now shorter and simpler. =) I hereby submit the >code for discussion and p

  1   2   >