Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 199908

Re: [PHP3] HELP - authentication From: Martin Koistinen (koistinen <email protected>)
Date: 08/02/99

This sounds like you'd like PHP to authenticate your users based on
their system passwords. Is this truly what you want?

Have you considered a simple database of web users or at least
Apache's AUTH DB? (Not certain if you are running on Apache or not)

By authenticating your users with their system passwords, you are
asking them to send their passwords in cleartext over the internet
each time they log in. You are also creating more accounts which
ultimately increases the likelyhood of a break-in.

Anyway, let me know.

>I'm new to PHP. Can anyone tell me how to authenticate users of a
>Linux system through PHP. If I create a user xxx using adduser xxx
>then I do I authenticate the user xxx??
>
>thanks
>
>Signup for your free Virtual Countries E-mail address at http://www.nepal.com
______________________________________________________________________
Have you visited Connect Schlumberger Martin J. Koistinen
(http://www.connect.slb.com) lately? Manager of Electronic Media
                                           225 Schlumberger Drive, MD-2
                                           Sugar Land, TX 281-285-7847

-- 
PHP 3 Mailing List <http://www.php.net/>
To unsubscribe, send an empty message to php3-unsubscribe <email protected>
To subscribe to the digest, e-mail: php3-digest-subscribe <email protected>
To search the mailing list archive, go to: http://www.php.net/mailsearch.php3
To contact the list administrators, e-mail: php-list-admin <email protected>