From ca033ca8ae2aa6a982dcdb80350834f09ba9e5c4 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 26 Feb 2018 19:26:09 +0100 Subject: [PATCH] Linux-PAM: Do not use CrackLib On 02/26/18 12:44, Donald Buczek wrote: > I request `--disable-cracklib` configuration, because I am about to > remove cracklib. > > The reason is, that cracklib provides some python bindings which would > be obsolete when we upgrade python. To redo cracklib without the > python bindings would be some work, because the package has changed a > lot (e.g. no more inline wordlists provided). I wanted to save the > effort, because we don't currently use it anyway. --- Linux-PAM.be0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Linux-PAM.be0 b/Linux-PAM.be0 index f269abe4e..e38a27127 100755 --- a/Linux-PAM.be0 +++ b/Linux-PAM.be0 @@ -18,7 +18,8 @@ INCLUDEDIR=/usr/include/security mee_configure() { bee_configure \ - --enable-read-both-confs + --enable-read-both-confs \ + --disable-cracklib } #mee_build() {