[PHP] PHP Athentication with defined users in linux

2005-04-28 Thread Hesam Montazeri
Dear Friends, I am just subscribe to this interesting list. I have a question about authenticating mechanisms. I want to implement login page which authenticate users against defined users on Linux Redhat 9.0 on the server machine. I don't want to define the users(in plain text or ...). If

Re: [PHP] PHP Athentication with defined users in linux

2005-04-28 Thread Dan Rossi
On 28/04/2005, at 7:16 PM, Hesam Montazeri wrote: Dear Friends, I am just subscribe to this interesting list. I have a question about authenticating mechanisms. I want to implement login page which authenticate users against defined users on Linux Redhat 9.0 on the server machine. I don't want to

Re: [PHP] PHP Athentication with defined users in linux

2005-04-28 Thread Hesam Montazeri
Dear Friends, Correct me if I am wrong here you should check out either using htaccess htpasswd which uses a PAM link or LDAP. Or trying using pear's Auth package which connects to ldap. Thanks Dan for your answer but I could not understand the comments. If possible, please provide me the