Mageia Bugzilla – Attachment 8168 Details for
Bug 18930
New users can not log in; "crypt_ra: Numerical result out of range" in log.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
shadow-utils: drop TCB support
shadow-utils.patch (text/plain), 1.80 KB, created by
Thierry Vignaud
on 2016-07-13 16:54:29 CEST
(
hide
)
Description:
shadow-utils: drop TCB support
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2016-07-13 16:54:29 CEST
Size:
1.80 KB
patch
obsolete
>Index: SOURCES/shadow-970616.login.defs >=================================================================== >--- SOURCES/shadow-970616.login.defs (révision 1041897) >+++ SOURCES/shadow-970616.login.defs (copie de travail) >@@ -61,25 +61,6 @@ > CRYPT_ROUNDS 8 > > # >-# Whether to use tcb password shadowing scheme. Use 'yes' if using >-# tcb and 'no' if using /etc/shadow >-# >-USE_TCB no >- >-# >-# Whether newly created tcb-style shadow files should be readable by >-# group "auth". >-# >-TCB_AUTH_GROUP yes >- >-# >-# Whether useradd should create symlinks rather than directories under >-# /etc/tcb for newly created accounts with UIDs over 1000. See tcb(5) >-# for information on why this may be needed. >-# >-TCB_SYMLINKS no >- >-# > # Delay in seconds before being allowed another attempt after a login failure > # > FAIL_DELAY 3 >Index: SPECS/shadow-utils.spec >=================================================================== >--- SPECS/shadow-utils.spec (révision 1041898) >+++ SPECS/shadow-utils.spec (copie de travail) >@@ -8,7 +8,7 @@ > > Name: shadow-utils > Version: 4.2.1 >-Release: %mkrel 8 >+Release: %mkrel 8.1 > Epoch: 2 > Summary: Utilities for managing shadow password files and user/group accounts > License: BSD >@@ -32,10 +32,8 @@ > BuildRequires: gettext-devel > BuildRequires: automake > BuildRequires: pam-devel >-BuildRequires: tcb-devel > BuildRequires: glibc-crypt_blowfish-devel > BuildRequires: pam_userpass-devel >-Requires: tcb > Requires: setup >= 2.7.12-2 > Requires: pam_userpass > Obsoletes: adduser, newgrp >@@ -66,7 +64,7 @@ > %build > libtoolize --copy --force; aclocal; autoconf; automake --add-missing > %serverbuild >-CFLAGS="%{optflags} -DSHADOWTCB -DEXTRA_CHECK_HOME_DIR" \ >+CFLAGS="%{optflags} -DEXTRA_CHECK_HOME_DIR" \ > %configure2_5x \ > --disable-shared \ > --disable-desrpc \
Index: SOURCES/shadow-970616.login.defs =================================================================== --- SOURCES/shadow-970616.login.defs (révision 1041897) +++ SOURCES/shadow-970616.login.defs (copie de travail) @@ -61,25 +61,6 @@ CRYPT_ROUNDS 8 # -# Whether to use tcb password shadowing scheme. Use 'yes' if using -# tcb and 'no' if using /etc/shadow -# -USE_TCB no - -# -# Whether newly created tcb-style shadow files should be readable by -# group "auth". -# -TCB_AUTH_GROUP yes - -# -# Whether useradd should create symlinks rather than directories under -# /etc/tcb for newly created accounts with UIDs over 1000. See tcb(5) -# for information on why this may be needed. -# -TCB_SYMLINKS no - -# # Delay in seconds before being allowed another attempt after a login failure # FAIL_DELAY 3 Index: SPECS/shadow-utils.spec =================================================================== --- SPECS/shadow-utils.spec (révision 1041898) +++ SPECS/shadow-utils.spec (copie de travail) @@ -8,7 +8,7 @@ Name: shadow-utils Version: 4.2.1 -Release: %mkrel 8 +Release: %mkrel 8.1 Epoch: 2 Summary: Utilities for managing shadow password files and user/group accounts License: BSD @@ -32,10 +32,8 @@ BuildRequires: gettext-devel BuildRequires: automake BuildRequires: pam-devel -BuildRequires: tcb-devel BuildRequires: glibc-crypt_blowfish-devel BuildRequires: pam_userpass-devel -Requires: tcb Requires: setup >= 2.7.12-2 Requires: pam_userpass Obsoletes: adduser, newgrp @@ -66,7 +64,7 @@ %build libtoolize --copy --force; aclocal; autoconf; automake --add-missing %serverbuild -CFLAGS="%{optflags} -DSHADOWTCB -DEXTRA_CHECK_HOME_DIR" \ +CFLAGS="%{optflags} -DEXTRA_CHECK_HOME_DIR" \ %configure2_5x \ --disable-shared \ --disable-desrpc \
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 18930
:
8167
| 8168