I am using posix_getpwnam($user) to retreive info from passwd file.
This is when I run into a problem:
Currently the root user does not have a password set. When I call this function with $user=root, and then make a comparaison with $userarray[passwd] I am getting a stack overflow..
Has anyone ever run into this problem?
My problem could be elsewhere, but this is my initial blame.
Thank you,
Andre