Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by dsball

  1. dsball

    Install PHP on Apache Server

    Just compile the php module, and then activate it on the apache server.... I would suggest something like this: php with apache install: (apache and php src files in same directory /apache_1.x.x /php-4.0.4pl1 cd ../path/to/php-4.0.4pl1 ./configure --with-prefix=/path/to/php...
  2. dsball

    Authenticating *NIX users.

    This should help you out. PHP 3/4 should have yp enabled in order to use the yp functions. Just supply the user's logon id, and password (from a form or other function...) and the function will verify the user and password against the NIS. Function verifyPassword ($user_id, $user_password) {...

Part and Inventory Search

Back
Top