From 13857cf3d073b697cd037788ceabde7eb41a22c0 Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Fri, 15 Apr 2011 12:57:04 -0400 Subject: Man page for sss_cache --- src/man/Makefile.am | 2 +- src/man/sss_cache.8.xml | 122 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 123 insertions(+), 1 deletion(-) create mode 100644 src/man/sss_cache.8.xml (limited to 'src') diff --git a/src/man/Makefile.am b/src/man/Makefile.am index f84cc2f4..24acb06f 100644 --- a/src/man/Makefile.am +++ b/src/man/Makefile.am @@ -17,7 +17,7 @@ man_MANS = \ sssd.8 sssd.conf.5 sssd-ldap.5 \ sssd-krb5.5 sssd-ipa.5 sssd-simple.5 \ sssd_krb5_locator_plugin.8 sss_groupshow.8 \ - pam_sss.8 sss_obfuscate.8 + pam_sss.8 sss_obfuscate.8 sss_cache.8 EXTRA_DIST = $(man_MANS:%=%.xml) $(wildcard $(srcdir)/include/*.xml) SUFFIXES = .1.xml .1 .3.xml .3 .5.xml .5 .8.xml .8 diff --git a/src/man/sss_cache.8.xml b/src/man/sss_cache.8.xml new file mode 100644 index 00000000..f30d00d6 --- /dev/null +++ b/src/man/sss_cache.8.xml @@ -0,0 +1,122 @@ + + + +SSSD Manual pages + + + + + sss_cache + 8 + + + + sss_cache + perform cache cleanup + + + + + sss_cache + + options + + + + + + DESCRIPTION + + sss_cache invalidates records in SSSD cache. + Invalidated records are forced to be reloaded from server as soon + as related SSSD backend is online. + + + + + OPTIONS + + + + , + login + + + + Invalidate specific user. + + + + + + , + + + + Invalidate all user records. This option overrides + invalidation of specific user if it was also set. + + + + + + , + group + + + + Invalidate specific group. + + + + + + , + + + + Invalidate all group records. This option overrides + invalidation of specific group if it was also set. + + + + + + , + netgroup + + + + Invalidate specific netgroup. + + + + + + , + + + + Invalidate all netgroup records. This option overrides + invalidation of specific netgroup if it was also set. + + + + + + , + domain + + + + Restrict invalidation process only to a particular + domain. + + + + + + + + -- cgit