From dfbbe39f49ba3f7ff64370fecef971f091214d47 Mon Sep 17 00:00:00 2001 From: Amith Kumar Date: Thu, 1 Dec 2016 07:10:47 -0500 Subject: MAN: Updation of sssd-ad man page for case when dyndns_refresh_interval < 60 seconds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes for dyndns_refresh_interval < 60 sec man sss-ad changed for dyndns_refresh_interval < 60 sec Resolves: https://fedorahosted.org/sssd/ticket/2201 Reviewed-by: Pavel Březina --- src/man/sssd-ad.5.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/man') diff --git a/src/man/sssd-ad.5.xml b/src/man/sssd-ad.5.xml index 8be1e7823..083aa3d4e 100644 --- a/src/man/sssd-ad.5.xml +++ b/src/man/sssd-ad.5.xml @@ -903,7 +903,9 @@ ad_gpo_map_deny = +my_pam_service addition to the automatic update performed when the back end goes online. This option is optional and applicable only when dyndns_update - is true. + is true. Note that the lowest possible value is 60 seconds in-case + if value is provided less than 60, parameter will assume lowest + value only. Default: 86400 (24 hours) -- cgit