Thanks everyone.

With your assistance, I was able to figure it out. Here is the PHP code incase anyone wants to use it in the future. This works on Windows 2003.

Note: pass_input and user_inputare the username and password fields in the form

<?php
[..snip..]
exec("perl -e \"print crypt('$pass_inout', '$user_input')\"", $output);
foreach($output as $outputline){
  $crypt = $outputline; }
$statement = "SELECT login, pw FROM customer_user WHERE login='$strUserName' AND pw=('$crypt')";
[..snip..]
?>

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/

Reply via email to