]> eyrie.org Git - kerberos/krb5-strength.git/blob - docs/metadata/build/middle
Tweak RPM spec file
[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`.
9 You can optionally add a directory, giving the root directory where
10 CrackLib was installed, or separately set the include and library path
11 with `--with-cracklib-include` and `--with-cracklib-lib`.  You can also
12 build without any CrackLib support by passing `--without-cracklib` to
13 `configure`.
14
15 krb5-strength will automatically build with TinyCDB if it is found.  To
16 specify the installation path of TinyCDB, use `--with-tinycdb`.  You can
17 also separately set the include and library path with
18 `--with-tinycdb-include` and `--with-tinycdb-lib`.
19
20 Similarly, krb5-strength will automatically build with SQLite if it is
21 found.  To specify the installation path of SQLite, use `--with-sqlite`.
22 You can also separately set the include and library path with
23 `--with-sqlite-include` and `--with-sqlite-lib`.