Difference between revisions of "Clearing SSSD Cache"

From Labrats.us
Jump to navigationJump to search
(Created page with "'''Environment''' ''FACT:'' Red Hat Enterprise Linux v6 ''FACT:'' sssd, possible cache corruption '''Questions/Symptoms''' ''SYMPTOM:'' Inconsistant results '''Cause'''...")
 
(No difference)

Latest revision as of 20:13, 4 October 2015

Environment

FACT: Red Hat Enterprise Linux v6

FACT: sssd, possible cache corruption

Questions/Symptoms

SYMPTOM: Inconsistant results

Cause

CAUSE: If cache corruption or other problems are suspected when using sssd to access user accounts or authenticate users for login, try clearing the sssd cache.

Answer/Solution

FIX: To clear the sssd cache, run the following commands:

# service sssd stop
# rm -f /var/lib/sss/db/*
# service sssd start