All,

In the comments in /etc/nsswitch.conf file, it says:

# Notes:
#
# 'sssd' performs its own 'files'-based caching, so it should generally
# come before 'files'.
#


and then later:

# In order of likelihood of use to accelerate lookup.
passwd:     sss files systemd
shadow:     files
group:      sss files systemd


However, we have consulted with Redhat Tech Support years ago when we first
started implementing sssd and they advised us to put in local providers
first, then remote.

So we typically do this:

passwd: files systemd sss
...
group: files systemd sss


Which is correct?

Spike
-- 
_______________________________________________
sssd-users mailing list -- sssd-users@lists.fedorahosted.org
To unsubscribe send an email to sssd-users-le...@lists.fedorahosted.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-users@lists.fedorahosted.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to