diff options
author | Michal Zidek <mzidek@redhat.com> | 2013-06-19 17:26:58 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-07-10 16:37:15 +0200 |
commit | 9651a27ec14f3a378e861ca39852480f37f1ef08 (patch) | |
tree | 668789715a6fa79cf41ac3911bbba573b836d15a /src/man | |
parent | eca766c0801ed859a8b50e23cb94fa79acd866f4 (diff) | |
download | sssd-9651a27ec14f3a378e861ca39852480f37f1ef08.tar.gz sssd-9651a27ec14f3a378e861ca39852480f37f1ef08.tar.bz2 sssd-9651a27ec14f3a378e861ca39852480f37f1ef08.zip |
sss_cache: Add option to invalidate all entries
Option -E/--everething was added to invalide all types of entries.
https://fedorahosted.org/sssd/ticket/1988
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sss_cache.8.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/man/sss_cache.8.xml b/src/man/sss_cache.8.xml index 2a6bd0f8..bf5e36d7 100644 --- a/src/man/sss_cache.8.xml +++ b/src/man/sss_cache.8.xml @@ -39,6 +39,16 @@ <variablelist remap='IP'> <varlistentry> <term> + <option>-E</option>,<option>--everything</option> + </term> + <listitem> + <para> + Invalidate all cached entries except for sudo rules. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term> <option>-u</option>,<option>--user</option> <replaceable>login</replaceable> </term> |