Re: Portal Authentication

2006-04-28 Thread Chico
. > > Your best bet is to get CGI Programming in Perl. It has several examples > on > how to do this. > > -r > > -Original Message- > From: nishanth ev [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 26, 2006 9:32 PM > To: Chico; beginners@perl.org >

RE: Portal Authentication

2006-04-26 Thread Russ Foster
th ev [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 26, 2006 9:32 PM To: Chico; beginners@perl.org Subject: Re: Portal Authentication Hello, This has nothing to do with the Perl. You can achieve this through the IIS. Click on domain and then properties in IIS. click on Directory security and

Re: Portal Authentication

2006-04-26 Thread nishanth ev
Hello, This has nothing to do with the Perl. You can achieve this through the IIS. Click on domain and then properties in IIS. click on Directory security and there you are. This is the best method rather than through perl. Regards Nishanth --- Chico <[EMAIL PROTECTED]> wrote: > Have a windows

Portal Authentication

2006-04-26 Thread Chico
Have a windows environement (IIS, MSSQL, PERL) and want users to authenticate before being able to enter the web site... What is the best way to do this? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Portal Authentication

2006-03-06 Thread Chico
wrote: > >> I have a windows environment and wanted to make a web portal >> authentication >> with perl. What is the best way of doing this? I have an MSSQL >> database >> that I can connect to and would like to store usernames and encrypted >> passwords i

Re: Portal Authentication

2006-03-06 Thread Johannes Ernst
.org/ On Mar 6, 2006, at 10:21, Chico wrote: I have a windows environment and wanted to make a web portal authentication with perl. What is the best way of doing this? I have an MSSQL database that I can connect to and would like to store usernames and encrypted passwords in it... th

Portal Authentication

2006-03-06 Thread Chico
I have a windows environment and wanted to make a web portal authentication with perl. What is the best way of doing this? I have an MSSQL database that I can connect to and would like to store usernames and encrypted passwords in it... thanks in advance! -- To unsubscribe, e-mail