
phpldapadmin-1.2.0.5,1 has been installed into:

    /usr/local/%%PLADIR%%

Please edit config.php to suit your needs.

To make phpLDAPadmin available through your web site, I suggest that
you add something like following to httpd.conf:

    Alias /phpldapadmin/ "/usr/local/%%PLADIR%%/htdocs"

    <Directory "/usr/local/%%PLADIR%%/htdocs">
        Options none
        AllowOverride none

        Order Deny,Allow
        Deny from all
        Allow from 127.0.0.1 .example.com
    </Directory>

Please note: if you are upgrading from version 0.9.7 or earlier, the
layout of the phpldapadmin-1.2.0.5,1 files has been completely reworked. You will
need to modify your apache configuration and merge the settings from
your original configuration file:

    /usr/local/%%PLADIR%%/config.php

 to

   /usr/local/%%PLADIR%%/config/config.php


