From 98f4f22e41ea1e3f66589c6d19f6a041088bea99 Mon Sep 17 00:00:00 2001 From: Alexey Tikhonov Date: Sep 28 2023 23:42:34 +0000 Subject: Update modules/release-notes/pages/sysadmin/Security.adoc Add a couple of notices related to SSSD package. --- diff --git a/modules/release-notes/pages/sysadmin/Security.adoc b/modules/release-notes/pages/sysadmin/Security.adoc index dcabdc5..148122e 100644 --- a/modules/release-notes/pages/sysadmin/Security.adoc +++ b/modules/release-notes/pages/sysadmin/Security.adoc @@ -3,3 +3,13 @@ include::{partialsdir}/entities.adoc[] [[sect-security]] = Security + +== The SSSD 'sss_simpleifp' library has been removed +Previously deprecated 'sss_simpleifp' library ('libsss_simpleifp' and +'libsss_simpleifp-devel' packages) has been removed. + +== Support for the `enumeration` feature has been deprecated for AD and IPA backends +The `enumeration` feature provides the ability to list all users or groups using +`getent passwd` or `getent group' without arguments for Active Directory (ad), +FreeIPA (ipa) and LDAP (ldap) providers. Support for the `enumeration` feature has +been deprecated for AD and FreeIPA providers and might be removed in feature releases.