]> git.ipfire.org Git - ipfire-2.x.git/commit
shadow: Update login.defs to remove reference to cracklib
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 25 Mar 2024 13:41:38 +0000 (14:41 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 25 Mar 2024 15:59:56 +0000 (15:59 +0000)
commit2e94953dd40134d05d3dd93c9c3e125f5ec427f9
treeefc21a1e51f16d5b5cd42dd1ccb3592615659f41
parentcb0488997b9c2237058a0ff8c546c269b6a6f1ed
shadow: Update login.defs to remove reference to cracklib

- From shadow-15.0.0 all references to cracklib were removed from shadow. Apparently
   some functions were no longer accessible and the shadow team decided to remove cracklib
   references completely. This was not mentioned in the changelkog for 15.0.0
- This resulkts in gettinbg the message configuration error - unknown item
   'CRACKKLIB_DICTPATH' ( notify administrator ) when logging in to the console.
- The login to the console occurs successfully so the message is only a warning that
   cracklib is no longer used.
- IPfire does not use cracklkib anyway so this patch removes the section referring to
   cracklib from the login.defs configuration file.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/shadow/login.defs