]> eyrie.org Git - kerberos/krb5-strength.git/blob - docs/metadata/build/middle
New upstream version 3.1
[kerberos/krb5-strength.git] / docs / metadata / build / middle
1 By default, the Heimdal external password check function is installed as
2 `/usr/local/bin/heimdal-strength`, and the plugin is installed as
3 `/usr/local/lib/krb5/plugins/pwqual/strength.so`.  You can change these
4 paths with the `--prefix`, `--libdir`, and `--bindir` options to
5 configure.
6
7 By default, the embedded version of CrackLib will be used.  To build with
8 the system version of CrackLib, pass `--with-cracklib` to configure.  You
9 can optionally add a directory, giving the root directory where CrackLib
10 was installed, or separately set the include and library path with
11 `--with-cracklib-include` and `--with-cracklib-lib`.
12
13 krb5-strength will automatically build with TinyCDB if it is found.  To
14 specify the installation path of TinyCDB, use `--with-tinycdb`.  You can
15 also separately set the include and library path with
16 `--with-tinycdb-include` and `--with-tinycdb-lib`.
17
18 Similarly, krb5-strength will automatically build with SQLite if it is
19 found.  To specify the installation path of SQLite, use `--with-sqlite`.
20 You can also separately set the include and library path with
21 `--with-sqlite-include` and `--with-sqlite-lib`.