Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pmenzel committed Feb 26, 2018
1 parent 0b11338 commit ca033ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Linux-PAM.be0
Expand Up @@ -18,7 +18,8 @@ INCLUDEDIR=/usr/include/security

mee_configure() {
bee_configure \
--enable-read-both-confs
--enable-read-both-confs \
--disable-cracklib
}

#mee_build() {
Expand Down

0 comments on commit ca033ca

Please sign in to comment.