Accepting request 724580 from home:kukuk:branches:Base:System
- encryption_method_nis.patch: drop, DES should really not be used anymore anywhere, even with NIS - shadow-login_defs-suse.patch: remove encryption NIS entry OBS-URL: https://build.opensuse.org/request/show/724580 OBS-URL: https://build.opensuse.org/package/show/Base:System/shadow?expand=0&rev=76
This commit is contained in:
parent
1b97de0f5f
commit
477b858b57
@ -1,32 +0,0 @@
|
|||||||
Add support for ENCRYPT_METHOD_NIS used by pam: modules/pam_unix/pam_unix_passwd.c.
|
|
||||||
|
|
||||||
Index: lib/getdef.c
|
|
||||||
===================================================================
|
|
||||||
--- lib/getdef.c.orig
|
|
||||||
+++ lib/getdef.c
|
|
||||||
@@ -85,6 +85,7 @@ static struct itemdef def_table[] = {
|
|
||||||
{"CREATE_HOME", NULL},
|
|
||||||
{"DEFAULT_HOME", NULL},
|
|
||||||
{"ENCRYPT_METHOD", NULL},
|
|
||||||
+ {"ENCRYPT_METHOD_NIS", NULL},
|
|
||||||
{"ENV_PATH", NULL},
|
|
||||||
{"ENV_ROOTPATH", NULL},
|
|
||||||
{"ENV_SUPATH", NULL},
|
|
||||||
Index: etc/login.defs
|
|
||||||
===================================================================
|
|
||||||
--- etc/login.defs.orig
|
|
||||||
+++ etc/login.defs
|
|
||||||
@@ -187,10 +187,13 @@ CHFN_RESTRICT rwh
|
|
||||||
# If set to DES, DES-based algorithm will be used for encrypting password (default)
|
|
||||||
# Overrides the MD5_CRYPT_ENAB option
|
|
||||||
#
|
|
||||||
+# ENCRYPT_METHOD_NIS is used by pam_unix_passwd.so.
|
|
||||||
+#
|
|
||||||
# Note: If you use PAM, it is recommended to use a value consistent with
|
|
||||||
# the PAM modules configuration.
|
|
||||||
#
|
|
||||||
#ENCRYPT_METHOD DES
|
|
||||||
+#ENCRYPT_METHOD_NIS DES
|
|
||||||
|
|
||||||
#
|
|
||||||
# Only works if ENCRYPT_METHOD is set to SHA256 or SHA512.
|
|
@ -118,18 +118,16 @@ Index: etc/login.defs
|
|||||||
|
|
||||||
#
|
#
|
||||||
# If set to MD5, MD5-based algorithm will be used for encrypting password
|
# If set to MD5, MD5-based algorithm will be used for encrypting password
|
||||||
@@ -210,8 +203,8 @@ CHFN_RESTRICT rwh
|
@@ -210,7 +203,7 @@ CHFN_RESTRICT rwh
|
||||||
# Note: If you use PAM, it is recommended to use a value consistent with
|
# Note: If you use PAM, it is recommended to use a value consistent with
|
||||||
# the PAM modules configuration.
|
# the PAM modules configuration.
|
||||||
#
|
#
|
||||||
-#ENCRYPT_METHOD DES
|
-#ENCRYPT_METHOD DES
|
||||||
-#ENCRYPT_METHOD_NIS DES
|
|
||||||
+ENCRYPT_METHOD SHA512
|
+ENCRYPT_METHOD SHA512
|
||||||
+ENCRYPT_METHOD_NIS DES
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Only works if ENCRYPT_METHOD is set to SHA256 or SHA512.
|
# Only works if ENCRYPT_METHOD is set to SHA256 or SHA512.
|
||||||
@@ -272,7 +265,7 @@ USERDEL_POSTCMD /usr/sbin/userde
|
@@ -268,7 +261,7 @@ USERDEL_POSTCMD /usr/sbin/userde
|
||||||
#
|
#
|
||||||
# This also enables userdel(8) to remove user groups if no members exist.
|
# This also enables userdel(8) to remove user groups if no members exist.
|
||||||
#
|
#
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 19 14:50:02 CEST 2019 - kukuk@suse.de
|
||||||
|
|
||||||
|
- encryption_method_nis.patch: drop, DES should really not be used
|
||||||
|
anymore anywhere, even with NIS
|
||||||
|
- shadow-login_defs-suse.patch: remove encryption NIS entry
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 26 23:44:56 CEST 2019 - sbrabec@suse.com
|
Fri Jul 26 23:44:56 CEST 2019 - sbrabec@suse.com
|
||||||
|
|
||||||
|
@ -51,8 +51,6 @@ Patch5: shadow-util-linux.patch
|
|||||||
Patch6: shadow-4.1.5.1-userdel-helpfix.patch
|
Patch6: shadow-4.1.5.1-userdel-helpfix.patch
|
||||||
# PATCH-FIX-FEDORA shadow-4.1.5.1-logmsg.patch kukuk@suse.com -- Fix error message.
|
# PATCH-FIX-FEDORA shadow-4.1.5.1-logmsg.patch kukuk@suse.com -- Fix error message.
|
||||||
Patch7: shadow-4.1.5.1-logmsg.patch
|
Patch7: shadow-4.1.5.1-logmsg.patch
|
||||||
# PATCH-FEATURE-SUSE encryption_method_nis.patch kukuk@suse.com -- Add support for ENCRYPT_METHOD_NIS used by SUSE patch in pam (pam_unix).
|
|
||||||
Patch10: encryption_method_nis.patch
|
|
||||||
# PATCH-FEATURE-SUSE shadow-login_defs-comments.patch kukuk@suse.com -- Adjust login.defs comments.
|
# PATCH-FEATURE-SUSE shadow-login_defs-comments.patch kukuk@suse.com -- Adjust login.defs comments.
|
||||||
Patch13: shadow-login_defs-comments.patch
|
Patch13: shadow-login_defs-comments.patch
|
||||||
# PATCH-FEATURE-SUSE shadow-login_defs-suse.patch kukuk@suse.com -- Customize login.defs.
|
# PATCH-FEATURE-SUSE shadow-login_defs-suse.patch kukuk@suse.com -- Customize login.defs.
|
||||||
@ -101,7 +99,6 @@ group accounts.
|
|||||||
%patch5
|
%patch5
|
||||||
%patch6
|
%patch6
|
||||||
%patch7
|
%patch7
|
||||||
%patch10
|
|
||||||
%patch13
|
%patch13
|
||||||
%patch14
|
%patch14
|
||||||
%if 0%{?suse_version} < 1330
|
%if 0%{?suse_version} < 1330
|
||||||
|
Loading…
Reference in New Issue
Block a user