Re: Remembering Authentication

2000-10-17 Thread Ian Frawley
to a Session ID storing the users password and username to compare against.   The problem with this is that I can't seem to install the AuthCookie module from cpan. DOH!!!   Ian - Original Message - From: [EMAIL PROTECTED] To: Ian Frawley Cc: [EMAIL PROTECTED] Sen

Re: Remembering Authentication

2000-10-17 Thread Ian Frawley
immediate credit card payment[rules out smart cards again]. Where as regular shoppers(subscribers) can just login. Ian - Original Message - From: "John Saylor" <[EMAIL PROTECTED]> To: "Ian Frawley" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday

Re: Remembering Authentication

2000-10-17 Thread Ian Frawley
Is it not just possible through a perl module as I am not very clued up on digital certificates. Thanks Ian - Original Message - From: "John Saylor" <[EMAIL PROTECTED]> To: "Ian Frawley" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday

Remembering Authentication

2000-10-17 Thread Ian Frawley
Hi all   Is it possible to authenticate a user without having to use the unfriendly login box provided by browsers, without using cookies?   I have managed to authenticate a user once through some text fields on a HTML page but unfortunately this does not make the browser remember the user's

Re: Authentication Nightmare

2000-10-16 Thread Ian Frawley
        AuthName "Relm"     AuthType Basic       PerlAuthenHandler Auth       require valid-user     I know my pm works but I don't know how to redirect to the requested URL   Thank   Ian - Original Message - From: Asaf Klibansky To: Ian Frawley ; [EMAIL PRO

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

Re: Can't get 'PerlAuthenHandler' to work.

2000-10-10 Thread Ian Frawley
Hello Ariel When you return "OK" from your authentication module that gives apache the thumbs up authentication accepted. So possibly you might be trying to authenticate a user that has already been authenticated when you run your CGI script. Ian - Original Message - From: "Ariel Manzur

Re: Authentication and Redirection

2000-10-06 Thread Ian Frawley
not get it to redirect. Well I can but only with a:   return REDIRECT   which as you can imagine sends the whole thing bananas   Ian - Original Message - From: Geoffrey Young To: 'Ian Frawley' Cc: '[EMAIL PROTECTED]' Sent: Thursday, Octo

Re: Authentication and Redirection

2000-10-05 Thread Ian Frawley
I have looked at the example and tried to adapt, the problem is that I will be serving WAP phones as well as PC's which don't like cookies.   Cheers - Original Message - From: Geoffrey Young To: 'Ian Frawley' ; [EMAIL PROTECTED] Sent: Thursday,

Authentication and Redirection

2000-10-05 Thread Ian Frawley
Can anyone help me I have been scratching my head with this problem for a while and I can't figure a solution out.   I have written a CGI script that is executed from an ErrorDocument 403 so that when a user tries to access a secure web page from the net they are bounced to a welcome page and