URL: https://github.com/SSSD/sssd/pull/167 Author: justin-stephenson Title: #167: Add missing dyndns_auth option to AD and IPA provider man pages Action: opened
PR body: """ Add the **dyndns_auth** option into the `sssd-ad` and `sssd-ipa` provider man pages for more configuration information regarding nsupdate behavior. There was no ticket for this, I wasn't sure if it was required to create one for this already-implemented option. """ To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/167/head:pr167 git checkout pr167
From e4833d4c87502f3eeb5901ebda51afeee7176121 Mon Sep 17 00:00:00 2001 From: Justin Stephenson <jstep...@redhat.com> Date: Thu, 23 Feb 2017 13:14:08 -0500 Subject: [PATCH] MAN: Add dyndns_auth option Add the dyndns_auth option into the AD or IPA provider man pages for more configuration information of nsupdate behavior. --- src/man/sssd-ad.5.xml | 12 ++++++++++++ src/man/sssd-ipa.5.xml | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/src/man/sssd-ad.5.xml b/src/man/sssd-ad.5.xml index 083aa3d..c7f928b 100644 --- a/src/man/sssd-ad.5.xml +++ b/src/man/sssd-ad.5.xml @@ -941,6 +941,18 @@ ad_gpo_map_deny = +my_pam_service </varlistentry> <varlistentry> + <term>dyndns_auth (string)</term> + <listitem> + <para> + Whether the nsupdate utility should use GSS-TSIG authentication for secure updates with the DNS server, insecure updates can be sent by setting this option to 'none'. + </para> + <para> + Default: GSS-TSIG + </para> + </listitem> + </varlistentry> + + <varlistentry> <term>dyndns_server (string)</term> <listitem> <para> diff --git a/src/man/sssd-ipa.5.xml b/src/man/sssd-ipa.5.xml index 6dca186..10f33c0 100644 --- a/src/man/sssd-ipa.5.xml +++ b/src/man/sssd-ipa.5.xml @@ -193,6 +193,18 @@ </varlistentry> <varlistentry> + <term>dyndns_auth (string)</term> + <listitem> + <para> + Whether the nsupdate utility should use GSS-TSIG authentication for secure updates with the DNS server, insecure updates can be sent by setting this option to 'none'. + </para> + <para> + Default: GSS-TSIG + </para> + </listitem> + </varlistentry> + + <varlistentry> <term>ipa_enable_dns_sites (boolean)</term> <listitem> <para>
_______________________________________________ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org