diff options
author | 2008-03-05 23:03:45 +0100 | |
---|---|---|
committer | 2008-03-05 23:03:45 +0100 | |
commit | 1ffd18eae7b58b82f569f28ec1b8bc0793344af6 (patch) | |
tree | a9f6a89b8db9e55778a1e430971ed36939c8e5ae /Makefile | |
parent | Use pam_nologin in account chain when supported. (diff) | |
download | pambase-1ffd18eae7b58b82f569f28ec1b8bc0793344af6.tar.gz pambase-1ffd18eae7b58b82f569f28ec1b8bc0793344af6.tar.bz2 pambase-1ffd18eae7b58b82f569f28ec1b8bc0793344af6.zip |
Add optional support for pam_passwdqc.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -20,6 +20,10 @@ ifeq "$(CRACKLIB)" "yes" PAMFLAGS += -DHAVE_CRACKLIB=1 endif +ifeq "$(PASSWDQC)" "yes" +PAMFLAGS += -DHAVE_PASSWDQC +endif + ifeq "$(CONSOLEKIT)" "yes" PAMFLAGS += -DHAVE_CONSOLEKIT endif |