SSSD: Difference between revisions

From Omnia
Jump to navigation Jump to search
(Created page with "== Clear Cache == sss_cache - sss_cache invalidates records in SSSD cache. Invalidated records are forced to be reloaded from server as soon as related SSSD backend is online. Options that invalidate a single object only accept a single provided argument. Clear cache: # -E means everything sss_cache -E")
 
No edit summary
Line 1: Line 1:
== Restart Service ==
systemctl restart sssd
systemctl stop sssd ; sleep 2 ; systemctl start ssd
systemctl status sssd
== Clear Cache ==
== Clear Cache ==



Revision as of 18:22, 30 November 2024

Restart Service

systemctl restart sssd
systemctl stop sssd ; sleep 2 ; systemctl start ssd
systemctl status sssd

Clear Cache

sss_cache - sss_cache invalidates records in SSSD cache. Invalidated records are forced to be reloaded from server as soon as related SSSD backend is online. Options that invalidate a single object only accept a single provided argument.

Clear cache:

# -E means everything
sss_cache -E