From 82b5429d1438392c45e70a0f84dd4d0f5fa1a171 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Mon, 2 Apr 2012 23:20:20 -0400 Subject: sss_cache: support invalidating services and autofs maps https://fedorahosted.org/sssd/ticket/1170 --- src/man/sss_cache.8.xml | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) (limited to 'src/man/sss_cache.8.xml') 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 @@ -103,6 +103,50 @@ + + + , + service + + + + Invalidate specific service. + + + + + + , + + + + Invalidate all service records. This option overrides + invalidation of specific service if it was also set. + + + + + + , + autofs-map + + + + Invalidate specific autofs maps. + + + + + + , + + + + Invalidate all autofs maps. This option overrides + invalidation of specific map if it was also set. + + + , -- cgit