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

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

  $ cd plugins
  $ tar -zxvf change_ldappass-2.0-1.4.0.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

