Re: [PHP] user (system) authentification

2003-06-03 Thread bbonkosk
Well, make sure you tunnel it securly with SSL or the like, but have a look at: http://us3.php.net/manual/en/function.crypt.php -Brad > Hi, > > is there a way, to verify a password via php, if it matches it's entry > in /etc/shadow ? > I am trying to write a script, which needs a user authentif

[PHP] user (system) authentification

2003-06-03 Thread Duncan
Hi, is there a way, to verify a password via php, if it matches it's entry in /etc/shadow ? I am trying to write a script, which needs a user authentification on a server wide basis and since the users come and go rather fast on the server in question, i thought that the best way would be to le