$Id: README 29357 2009-11-17 12:25:06Z joostvb $
$URL: https://infix.uvt.nl/its-id/trunk/sources/aselect-php/README $

This is a simple PHP library that allows you to authenticate users
against an A-Select Agent.

Homepage: http://non-gnu.uvt.nl/aselect-php.

After installation you need to configure PHP so that it can find
'aselect/client.php' in its include path.

My preferred method is having a single directory with symlinks to the
different libraries. For example:

 mkdir /srv/php
 ln -s /usr/local/share/aselect-php/aselect /srv/php/

Alternatively you can put /usr/local/share/aselect-php in the include path
of PHP, but this gets unwieldy if you install many libraries.

-- 
Wessel Dankers <wsl@uvt.nl>
