Re: Authentication Nightmare

2000-10-16 Thread Asaf Klibansky
if the user failed login it will just display a login screen and exit();   good luck! :)   asaf - Original Message - From: Ian Frawley To: [EMAIL PROTECTED] Sent: Monday, October 16, 2000 5:41 PM Subject: Authentication Nightmare Can anyone help me with this

Re: Authentication Nightmare

2000-10-16 Thread Ron Pero
Is it simply the "Location" http directive that you need? print "Location: http://www.yourdomain.com/path/to/filename.html\n\n"; For this to work, you must not have printed an html header already, such as "Content-type: text/html\n\n" (or the equivalent in cgi.pm). This is the basic redirect mec

Re: Authentication Nightmare

2000-10-16 Thread Ian Frawley
TECTED] Sent: Monday, October 16, 2000 4:51 AM Subject: Re: Authentication Nightmare Why not use a .pm file that will include an athentication module.. i call mine weblogin.pm   in each secure template just add on top something like:   === use weblogin;

Authentication Nightmare

2000-10-16 Thread Ian Frawley
Can anyone help me with this really irritating problem. I have written a cgi script that is fired up from a ErrorDocument 403 that redirects a user to a logon screen if they attempt to enter a secure area. I then have a perl module that authenticates the entered username and password against