Re: Portal Authentication

2006-04-28 Thread Chico
uss 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 y

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
; That way, you don't need to do any password management yourself. > > There are plenty of Perl libraries. > > More info: > http://yadis.org/ > http://openid.net/ > http://lid.netmesh.org/ > http://netmesh.org/ > > On Mar 6, 2006, at 10:21, Chico

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: [EMA

Crypt:Twofish

2006-02-17 Thread Chico
Because Of export laws activestate doesnt have the TwoFish ppm... Can anyone provide a URL where I can install the Twofish ppm from? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Sort Contents of an Array

2005-09-06 Thread Chico
I want to query three different databases and put all the data into an array (which works fine). Next I want to convert the timestamps in the array to epochtime (Unix Time), then sort the array, and then convert back to original time stamp. Can anyone help? Here is my script: ###Use DBI to Make

MSSQL TIME STAMP CONVERSION

2005-08-30 Thread Chico
I want to query three different databases and put all the data into an array (which works fine). Next I want to convert the timestamps in the array to epochtime (Unix Time), then sort the array, and then convert back to original time stamp. Can anyone help? Here is my script: ###Use DBI to Ma