diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2012-04-02 23:20:20 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-04-18 10:23:56 -0400 |
commit | 82b5429d1438392c45e70a0f84dd4d0f5fa1a171 (patch) | |
tree | 2cd734d734dbc57d9e220f7c2fe59ce66342d095 /src/man | |
parent | eb29ae58117ca88868491fe2240e27393c7a9068 (diff) | |
download | sssd-82b5429d1438392c45e70a0f84dd4d0f5fa1a171.tar.gz sssd-82b5429d1438392c45e70a0f84dd4d0f5fa1a171.tar.bz2 sssd-82b5429d1438392c45e70a0f84dd4d0f5fa1a171.zip |
sss_cache: support invalidating services and autofs maps
https://fedorahosted.org/sssd/ticket/1170
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sss_cache.8.xml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/src/man/sss_cache.8.xml b/src/man/sss_cache.8.xml index f30d00d6..7fe599cd 100644 --- a/src/man/sss_cache.8.xml +++ b/src/man/sss_cache.8.xml @@ -105,6 +105,50 @@ </varlistentry> <varlistentry> <term> + <option>-s</option>,<option>--service</option> + <replaceable>service</replaceable> + </term> + <listitem> + <para> + Invalidate specific service. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term> + <option>-S</option>,<option>--services</option> + </term> + <listitem> + <para> + Invalidate all service records. This option overrides + invalidation of specific service if it was also set. + </para> + </listitem> + </varlistentry> + <varlistentry condition="with_autofs"> + <term> + <option>-a</option>,<option>--autofs-map</option> + <replaceable>autofs-map</replaceable> + </term> + <listitem> + <para> + Invalidate specific autofs maps. + </para> + </listitem> + </varlistentry> + <varlistentry condition="with_autofs"> + <term> + <option>-A</option>,<option>--autofs-maps</option> + </term> + <listitem> + <para> + Invalidate all autofs maps. This option overrides + invalidation of specific map if it was also set. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term> <option>-d</option>,<option>--domain</option> <replaceable>domain</replaceable> </term> |