Re: [PHP] Re: PHP5.0.3 and pam authentication

2005-03-09 Thread Jochem Maas
Jason Barnett wrote: Chris Dion wrote: I'm trying to use pam_auth for a script. It loads into php but it's not authenticating the users. I'm using the correct password and username. you have verified that by doing?: print_r($_POST); and you can confirm that you can authenticate against PAM via an

[PHP] Re: PHP5.0.3 and pam authentication

2005-03-09 Thread Jason Barnett
Chris Dion wrote: > I'm trying to use pam_auth for a script. It loads into php but it's not > authenticating the users. I'm using the correct password and username. > This is a example of how I'm using the function: > > pam_auth($_POST[uname], $_POST[passwd], &$error) > > Any ideas? Thanks in adv