
			    Installing ckpasswd
			    -------------------

  * Pre-requistites:

	perl is essential
	ispell is recommended
	a keen mind is handy

  * Edit the Makefile to alter the desired install location.
  * Run "make install".

  * Create/aquire word dictionaries as desired.  A good native-language
    dictionary (eg. an ispell dictionary) may cover most of your
    requirements, but you should really get hold of some other wordlists,
    covering areas such as:

      - popular culture (TV, movies, etc.)
      - common names
      - literary references
      - computer jargon

    A good source for word-lists is:

      ftp://coast.cs.purdue.edu/pub/dict/

    I suggest creating Bloom-filter dictionaries using the bloomer(8)
    utility provided.  You could even save space by loading a number of
    lists into one Bloom-filter.

  * Copy the installed ckpasswd.conf.proto to ckpasswd.conf, and modify as
    desired.  See the ckpasswd(8) manpage for help.

  * Install a passwd(1) replacement of your choice.  Modify as necessary to
    use ckpasswd.  The mpasswd script supplied is a simple wrapper around
    /bin/passwd ... I install it as /usr/local/bin/passwd.
