URL: https://github.com/SSSD/sssd/pull/100 Author: amitkumar50 Title: #100: Updation of sssd-ad man page for case when dyndns_refresh_interval < 60 seconds Action: synchronized
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/100/head:pr100 git checkout pr100
From c77c88111b9d5cd71d3495b99c553810a8d5a9af Mon Sep 17 00:00:00 2001 From: root <r...@dhcp9-188.gsslab.pnq.redhat.com> Date: Thu, 1 Dec 2016 07:10:47 -0500 Subject: [PATCH] Updation of sssd-ad man page for case when dyndns_refresh_interval < 60 seconds Changes for dyndns_refresh_interval < 60 sec man sss-ad changed for dyndns_refresh_interval < 60 sec --- src/man/sssd-ad.5.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/man/sssd-ad.5.xml b/src/man/sssd-ad.5.xml index 8be1e78..083aa3d 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. </para> <para> Default: 86400 (24 hours)
_______________________________________________ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org