Installing Change LDAP Password Plugin
======================

1) Start with untaring the file into the plugins directory.
   Here is a example for the 1.5 version of the
   change_ldappass plugin.

  $ cd plugins
  $ tar -zxvf change_ldappass-1.5.tar.gz

2) Change into the change_ldappass directory, copy config.php.sample
   to config.php.  Edit the config.php, making adjustments as you
   deem necessary.  

  $ cd change_ldappass
  $ cp config.php.sample config.php
  $ vi config.php

3) Then go to your config directory and run conf.pl.  Choose
   option 8 and move the plugin from the "Available Plugins"
   category to the "Installed Plugins" category.  Save and exit.

  $ cd ../../config/
  $ ./conf.pl

  Or if you prefer, manually add change_ldappass to the $plugins
  array in ../../config/conf.php.

4) Verify that you have the requisite "compatibility" plugin
   installed.

