Skip to content

Commit f18907e

Browse files
committed
sys-auth/sssd: Sync with Gentoo
It's from Gentoo commit 2093b3c01a818dc3721376c181e7ae9b74f88508.
1 parent e1e4f55 commit f18907e

13 files changed

+712
-693
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
DIST sssd-2.3.1.tar.gz 7186526 BLAKE2B 6d630fe75b9b426ef54adbe1704fde8e01fc34df7861028c07ce2985db8a151ce743d633061386fea6460fe8eabb89242b816d4bac87975bb9b7b2064ad1d547 SHA512 6aeb52d5222c5992d581296996749327bcaf276e4eb4413a6a32ea6529343432cfe413006aca4245c19b38b515be1c4c2ef88a157c617d889274179253355bc6
1+
DIST sssd-2.9.5.tar.gz 8001964 BLAKE2B e9c839e58fbeac9e8cba83b726f075c5db6ce85059546d745672c222b594f4aa26ad103f0eb3a8ff9e2b364c3502fb93c639fe9e621fefd6fecd2319f5cb499a SHA512 d219f12ffc75af233f0e4ffc62c0442acc6da3cd94ed4eab7102a78821af5257c8e4ba0d06b2c99c08e06502f8d0d0bcc80540d63823dbe0f52eb0432ae7e14d

sdk_container/src/third_party/portage-stable/sys-auth/sssd/files/sssd

Lines changed: 0 additions & 21 deletions
This file was deleted.

sdk_container/src/third_party/portage-stable/sys-auth/sssd/files/sssd-2.3.1-CVE-2021-3621.patch

Lines changed: 0 additions & 284 deletions
This file was deleted.

sdk_container/src/third_party/portage-stable/sys-auth/sssd/files/sssd-2.3.1-disable-nsupdate-realm.patch

Lines changed: 0 additions & 10 deletions
This file was deleted.

sdk_container/src/third_party/portage-stable/sys-auth/sssd/files/sssd-2.3.1-test_ca-Look-for-libsofthsm2.so-in-usr-libdir-sofths.patch

Lines changed: 0 additions & 32 deletions
This file was deleted.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff --git a/src/providers/krb5/krb5_auth.c b/src/providers/krb5/krb5_auth.c
2+
index a1c0b36..207c010 100644
3+
--- a/src/providers/krb5/krb5_auth.c
4+
+++ b/src/providers/krb5/krb5_auth.c
5+
@@ -1037,6 +1037,7 @@ static void krb5_auth_done(struct tevent_req *subreq)
6+
case ERR_ACCOUNT_LOCKED:
7+
state->pam_status = PAM_PERM_DENIED;
8+
state->dp_err = DP_ERR_OK;
9+
+ state->pd->account_locked = true;
10+
ret = EOK;
11+
goto done;
12+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
diff --git a/src/tools/analyzer/Makefile.am b/src/tools/analyzer/Makefile.am
2+
index b40043d04..dce6b9d36 100644
3+
--- a/src/tools/analyzer/Makefile.am
4+
+++ b/src/tools/analyzer/Makefile.am
5+
@@ -5,7 +5,9 @@ dist_sss_analyze_python_SCRIPTS = \
6+
$(NULL)
7+
8+
pkgpythondir = $(python3dir)/sssd
9+
+modulesdir = $(pkgpythondir)/modules
10+
11+
+if BUILD_PYTHON_BINDINGS
12+
dist_pkgpython_DATA = \
13+
__init__.py \
14+
source_files.py \
15+
@@ -20,3 +22,4 @@ dist_modules_DATA = \
16+
modules/__init__.py \
17+
modules/request.py \
18+
$(NULL)
19+
+endif

sdk_container/src/third_party/portage-stable/sys-auth/sssd/files/sssd.service

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)