From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] shadow: Update login.defs to remove reference to cracklib Date: Mon, 25 Mar 2024 14:41:38 +0100 Message-ID: <20240325134138.20207-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0936762283282776622==" List-Id: --===============0936762283282776622== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - From shadow-15.0.0 all references to cracklib were removed from shadow. App= arently some functions were no longer accessible and the shadow team decided to re= move 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 conso= le. - The login to the console occurs successfully so the message is only a warni= ng that cracklib is no longer used. - IPfire does not use cracklkib anyway so this patch removes the section refe= rring to cracklib from the login.defs configuration file. Signed-off-by: Adolf Belka --- config/shadow/login.defs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/shadow/login.defs b/config/shadow/login.defs index a9559d6c4..2662a62cc 100644 --- a/config/shadow/login.defs +++ b/config/shadow/login.defs @@ -175,11 +175,6 @@ PASS_WARN_AGE 7 # SU_WHEEL_ONLY no =20 -# -# If compiled with cracklib support, sets the path to the dictionaries -# -CRACKLIB_DICTPATH /var/cache/cracklib/cracklib_dict - # # Min/max values for automatic uid selection in useradd(8) # --=20 2.44.0 --===============0936762283282776622==--