Clearing SSSD Cache

From Labrats.us
Revision as of 20:13, 4 October 2015 by Sfiggins (talk | contribs) (Created page with "'''Environment''' ''FACT:'' Red Hat Enterprise Linux v6 ''FACT:'' sssd, possible cache corruption '''Questions/Symptoms''' ''SYMPTOM:'' Inconsistant results '''Cause'''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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