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 8bb51a3394fe0a5df3d2c26974c851b165d2e148 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 1/2] Updation of sssd-ad man page for case when dyndns_refresh_interval < 60 seconds --- src/man/sssd-ad.5.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/man/sssd-ad.5.xml b/src/man/sssd-ad.5.xml index 8be1e78..1be6fa2 100644 --- a/src/man/sssd-ad.5.xml +++ b/src/man/sssd-ad.5.xml @@ -903,7 +903,8 @@ 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 if dyndns_refresh_interval specified as less than + 60 seconds, actual refresh interval will be 60 seconds regardless. </para> <para> Default: 86400 (24 hours) From ab8a71070c5ddb555a8bd7e85c189e814bb71115 Mon Sep 17 00:00:00 2001 From: amitkumar <a...@gmail.com> Date: Thu, 8 Dec 2016 10:37:01 +0530 Subject: [PATCH 2/2] Changes for dyndns_refresh_interval < 60 sec --- src/man/sssd-ad.5.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/man/sssd-ad.5.xml b/src/man/sssd-ad.5.xml index 1be6fa2..193a9ee 100644 --- a/src/man/sssd-ad.5.xml +++ b/src/man/sssd-ad.5.xml @@ -903,8 +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.Note if dyndns_refresh_interval specified as less than - 60 seconds, actual refresh interval will be 60 seconds regardless. + is true. Note that 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