I want to use PERL to power a web portal that handles the authentication of 
users (not IIS or Windows), that is database driven.  I realize this means 
keeping state information (for which I will use CGI.pm), and all the jazz... 
I just need to be pointed in the right direction, and havent found any books 
that detail how to create an actual portal, just a bunch of cheezy books 
that tell you how to create HTML and FORMS with PERL.  I will check out the 
book CGI Programming in PERL and see if it has relevant examples.  Thanks! 
Oh yeah, Russ any more info would be helpfull!


""Russ Foster"" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> This could have nothing to do with Perl, or it could have everything to do
> with Perl. Certainly not every website uses NT authentication for
> controlling web site access.
>
> Chico - could you be more specific?
>
> It's easy to say to put an ID and password in a database and compare
> everything before permitting access to other areas of the website. But now
> you have to deal with state information, possibly cookies, lost password,s
> creating new accounts, etc.
>
> 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
> 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 there you are.
> This is the best method rather than through perl.
>
> Regards
> Nishanth
>
> --- Chico <[EMAIL PROTECTED]> wrote:
>
>> 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]
>> <http://learn.perl.org/>
>> <http://learn.perl.org/first-response>
>>
>>
>>
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> <http://learn.perl.org/> <http://learn.perl.org/first-response>
>
>
>
>
> 



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to