-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
31 lines (21 loc) · 815 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
INSTALLATION
============
Build dependencies
------------------
cracklib header files (link with -lcrack). The Makefile does not look for
cracklib; you may need to provide the paths manually.
Build
-----
Use the provided Makefile to build the module.
Copy the resulting check_password.so into the OpenLDAP modulepath.
Or, change the installation path to match with the OpenLDAP module path in the
Makefile and use 'make install'.
USAGE
=====
Add objectClass 'pwdPolicyChecker' with an attribute
pwdCheckModule: check_password.so
to a password policy entry.
The module depends on a working cracklib installation including wordlist files.
If the wordlist files are not readable, the cracklib check will be skipped
silently.
But you can use this module without cracklib, just checks for syntatic checks.