Difference between revisions of "Sssd cache"
Jump to navigation
Jump to search
(Created page with "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/deployment_guide/sssd-cache https://access.redhat.com/discussions/3352911 https://serverfaul...") |
(No difference)
|
Revision as of 16:41, 27 July 2022
https://access.redhat.com/discussions/3352911
You can't disable caching completely with sssd. You can disable sss as an authentication provider completely and just query LDAP directly if that's what you want. For example, in /etc/nsswitch.conf, change lines like: passwd: files sss to passwd: files ldap