Apache::AuthTicket lookalike for DBM files

2003-04-04 Thread Martin Langhoff
I am looking for a mod_perl implementation of mod_auth_dbm that takes cookies instead of HTTP-AUTH Basic. Or perl implementation of mod_auth_cookie, perhaps (I think mod_auth_cookie does exactly that). I was sure I would find it in CPAN, and, sure enough, AuthTicket and others are there, offering

question: login_screen method for Apache::AuthTicket?

2002-05-24 Thread Brian Reichert
I'm exploring Apache::AuthTicket, with fair success, but there is an element of it that I don't understand: How is the login_screen method distinct from the login method? In the build tree for Apache-AuthTicket-0.31, there is a sample httpd.conf that contains (among other things): PerlSetVar

Apache::AuthTicket problem

2002-01-15 Thread Viljo Marrandi
Hello, I'm trying to get this AuthTicket stuff to work, but somehow I can't manage it. Problem it, that when I try to access a site that has this stuff defined: Location /foo AuthType Apache::AuthTicket AuthName Foo PerlAuthenHandler Apache::AuthTicket-authenticate

Re: problems with Apache::AuthTicket

2002-01-08 Thread Michael Schout
Tomasz Konefal wrote: PerlSetVar FtpFuTicketSecretTable ticketsecrets:sec_version:sec_data PerlSetVar FtpFuTicketExpires 15 PerlSetVar FtpFuTicketLogoutURI /authorized/ftpfu.cgi PerlSetVar FtpFuTicketLoginHandler /ftpfulogin PerlSetVar FtpFuTicketIdleTimeout 1 PerlSetVar FtpFuPath /

problems with Apache::AuthTicket

2002-01-07 Thread Tomasz Konefal
?). PageKit also looks nice, but it's probably overkill for what i need. i've installed AuthTicket onto a FreeBSD 4.4 box running Apache. here is a snippet from the http error log. ---snip--- [Mon Jan 7 11:11:57 2002] [error] ENTRY Apache::AuthTicket::dbi_connect [line 215] returning

ANNOUNCE Apache::AuthTicket 0.31

2001-04-13 Thread Michael J Schout
The uploaded file Apache-AuthTicket-0.31.tar.gz has entered CPAN as file: $CPAN/authors/id/M/MS/MSCHOUT/Apache-AuthTicket-0.31.tar.gz size: 11958 bytes md5: b5224689b7823eb54b6e4f8190a20d69 No action is required on your part Request entered by: MSCHOUT (Michael Schout) Request

Apache::AuthTicket

2000-12-04 Thread Christopher L. Everett
All: I really hate to bother you yet again, but I'm still unable to make Apache::AuthTicket work for me. I realize you're all busy, and you're dealing with deadlines just as I am, but I thought I'd take one last shot at asking for help. I tried another tack, using Apache::TicketAccess from

Re: Apache::AuthTicket

2000-12-04 Thread Ken Williams
hristopher L. Everett) wrote: I really hate to bother you yet again, but I'm still unable to make Apache::AuthTicket work for me. I realize you're all busy, and you're dealing with deadlines just as I am, but I thought I'd take one last shot at asking for help. I tried another tack, us

Still need help w/ Apache::AuthTicket

2000-11-26 Thread Christopher L. Everett
Hello: I'm still trying to get Apache::AuthTicket working. As of right now, what's happening is that the cookie with the ticket doesn't get sent. This is true for MSIE/Win98, Netscape/Linux, and Lynx running directly on the server itself, bypassing the front end. What would keep the cookie

Need help with Apache::AuthTicket

2000-11-25 Thread Christopher L. Everett
In the docs for Apache::AuthTicket it says you need to specify PerlSetVar FooTicketLoginHandler /foologin PerlSetVar FooLoginScript/foologinform and then you need to add Location /foologin AuthType Apache::AuthTicket AuthName Foo SetHandler perl-script PerlHandler Apache

ANNOUNCE: Apache-AuthTicket-0.20

2000-07-13 Thread Michael J Schout
The uploaded file Apache-AuthTicket-0.20.tar.gz has entered CPAN as file: $CPAN/authors/id/M/MS/MSCHOUT/Apache-AuthTicket-0.20.tar.gz size: 11591 bytes md5: e2f84546aa18b7afb1c8aead5ea3365f Release 0.20 o Renamed module from Apache::TicketAccess to Apache::AuthTicket. o