Back to bug 2217914

Who When What Removed Added
Red Hat Bugzilla 2023-06-27 13:01:04 UTC Pool ID sst_ccs_rhel_8
Red Hat One Jira (issues.redhat.com) 2023-06-27 13:01:29 UTC Link ID Red Hat Issue Tracker RHELPLAN-160931
Sunny Wu 2023-06-27 13:02:18 UTC CC suwu
Tomas Capek 2023-06-27 13:29:37 UTC Component Documentation doc-Release_Notes-8-en-US
QA Contact rhel-docs
Docs Contact fhanzelk
Assignee rhel-docs lmanasko
Sub Component DDF
Keywords Documentation
Priority unspecified high
Lucie Vařáková 2023-06-29 08:09:22 UTC Status NEW ASSIGNED
Lucie Vařáková 2023-07-13 06:15:50 UTC Flags needinfo?(fhanzelk)
CC fhanzelk
Filip Hanzelka 2023-07-17 08:57:17 UTC Flags needinfo?(fhanzelk) needinfo?(lmanasko)
CC lmanasko
Doc Type If docs needed, set a value Enhancement
Version 8.0 8.8
Doc Text .SSSD no longer caches local users by default nor serves them through the nss_sss module

Previously, the SSSD `files` provider, which serves users and groups from the `/etc/passwd` and `/etc/group` files, was enabled by default. The default value of the `enable_files_domain` setting in the `sssd.conf` configuration file was `true`, and the `files` nsswitch module followed `sss` in the `/etc/nsswitch.conf` file.

With this update, the System Security Services Daemon (SSSD) `files` provider is disabled by default. The default value of the `enable_files_domain` setting in the `/etc/sssd/sssd.conf` configuration file is `false` and `/etc/nsswitch.conf` does not include `files`.
Lucie Vařáková 2023-07-18 07:18:04 UTC Flags needinfo?(lmanasko)
Status ASSIGNED MODIFIED
Filip Hanzelka 2023-07-18 09:52:08 UTC Flags needinfo?(pbrezina) needinfo?(sbose)
CC pbrezina, sbose
Doc Text .SSSD no longer caches local users by default nor serves them through the nss_sss module

Previously, the SSSD `files` provider, which serves users and groups from the `/etc/passwd` and `/etc/group` files, was enabled by default. The default value of the `enable_files_domain` setting in the `sssd.conf` configuration file was `true`, and the `files` nsswitch module followed `sss` in the `/etc/nsswitch.conf` file.

With this update, the System Security Services Daemon (SSSD) `files` provider is disabled by default. The default value of the `enable_files_domain` setting in the `/etc/sssd/sssd.conf` configuration file is `false` and `/etc/nsswitch.conf` does not include `files`.
.SSSD no longer caches local users by default nor serves them through the `nss_sss` module

With this update, the System Security Services Daemon (SSSD) `files` provider, which serves users and groups from the `/etc/passwd` and `/etc/group` files, is disabled by default. The default value of the `enable_files_domain` setting in the `/etc/sssd/sssd.conf` configuration file is `false` and the `/etc/nsswitch.conf` file does not include `files`.
Pavel Březina 2023-07-24 12:43:30 UTC Doc Text .SSSD no longer caches local users by default nor serves them through the `nss_sss` module

With this update, the System Security Services Daemon (SSSD) `files` provider, which serves users and groups from the `/etc/passwd` and `/etc/group` files, is disabled by default. The default value of the `enable_files_domain` setting in the `/etc/sssd/sssd.conf` configuration file is `false` and the `/etc/nsswitch.conf` file does not include `files`.
.SSSD no longer caches local users by default nor serves them through the `nss_sss` module

The "implicit_files_domain" which uses the SSSD's files provider to serve local users and groups from /etc/passwd and /etc/group is now disabled by default. To enable the implicit files domains, add "enable_files_domain = True" to the [sssd] section of /etc/sssd/sssd.conf.

The SSSD's files provider is deprecated and it will be removed from future major RHEL release. The files provider is required only for specific set of use cases like smartcard authentication of local users, it is recommended to replace it with proxy provider.
Pavel Březina 2023-07-24 12:45:23 UTC Flags needinfo?(pbrezina) needinfo?(atikhono)
CC atikhono
Filip Hanzelka 2023-07-24 13:03:02 UTC Doc Text .SSSD no longer caches local users by default nor serves them through the `nss_sss` module

The "implicit_files_domain" which uses the SSSD's files provider to serve local users and groups from /etc/passwd and /etc/group is now disabled by default. To enable the implicit files domains, add "enable_files_domain = True" to the [sssd] section of /etc/sssd/sssd.conf.

The SSSD's files provider is deprecated and it will be removed from future major RHEL release. The files provider is required only for specific set of use cases like smartcard authentication of local users, it is recommended to replace it with proxy provider.
.SSSD no longer caches local users by default nor serves them through the `nss_sss` module

The `implicit_files_domain`, which uses the SSSD files provider to serve local users and groups from `/etc/passwd` and `/etc/group`, is now disabled by default. To enable the implicit files domain, add `enable_files_domain = True` to the `[sssd]` section of `/etc/sssd/sssd.conf`.

The SSSD's files provider is deprecated and it will be removed from future major RHEL release. The files provider is required only for specific set of use cases like smartcard authentication of local users, it is recommended to replace it with proxy provider.
Filip Hanzelka 2023-07-24 13:03:25 UTC Assignee lmanasko fhanzelk
Filip Hanzelka 2023-07-24 13:03:51 UTC Docs Contact fhanzelk lmcgarry
Alexey Tikhonov 2023-07-31 09:59:00 UTC Flags needinfo?(atikhono)
Filip Hanzelka 2023-08-01 09:20:18 UTC Flags needinfo?(atikhono)
Alexey Tikhonov 2023-08-01 10:52:10 UTC Flags needinfo?(atikhono)
Filip Hanzelka 2023-08-01 19:41:33 UTC Flags needinfo?(sbose) needinfo?(lmanasko)
Lucie Vařáková 2023-08-04 11:44:40 UTC Flags needinfo?(lmanasko)
Tomas Capek 2023-08-10 08:13:55 UTC CC lmcgarry
Docs Contact lmcgarry fhanzelk
Assignee fhanzelk lmanasko
Lucie Vařáková 2023-08-10 08:18:13 UTC Doc Text .SSSD no longer caches local users by default nor serves them through the `nss_sss` module

The `implicit_files_domain`, which uses the SSSD files provider to serve local users and groups from `/etc/passwd` and `/etc/group`, is now disabled by default. To enable the implicit files domain, add `enable_files_domain = True` to the `[sssd]` section of `/etc/sssd/sssd.conf`.

The SSSD's files provider is deprecated and it will be removed from future major RHEL release. The files provider is required only for specific set of use cases like smartcard authentication of local users, it is recommended to replace it with proxy provider.
Handled in https://issues.redhat.com/browse/RHELPLAN-139456
Status MODIFIED CLOSED
Doc Type Enhancement No Doc Update
Resolution --- CURRENTRELEASE
Last Closed 2023-08-10 08:18:13 UTC
Red Hat Bugzilla 2023-08-10 08:18:13 UTC Doc Type No Doc Update No Doc Update
Doc Text Handled in https://issues.redhat.com/browse/RHELPLAN-139456
Sunny Wu 2023-08-10 08:38:12 UTC Link ID Red Hat Knowledge Base (Solution) 7027551

Back to bug 2217914