From 2f47d56eb551d3945030ed77b138122158a68669 Mon Sep 17 00:00:00 2001 From: Pavel Reichl Date: Wed, 8 Jul 2015 09:08:03 -0400 Subject: DYNDNS: support mult. interfaces for dyndns_iface opt Resolves: https://fedorahosted.org/sssd/ticket/2549 --- src/man/sssd-ad.5.xml | 9 +++++---- src/man/sssd-ipa.5.xml | 10 +++++++--- 2 files changed, 12 insertions(+), 7 deletions(-) (limited to 'src/man') diff --git a/src/man/sssd-ad.5.xml b/src/man/sssd-ad.5.xml index 938a443e0..ff43ea370 100644 --- a/src/man/sssd-ad.5.xml +++ b/src/man/sssd-ad.5.xml @@ -754,14 +754,15 @@ ad_gpo_map_deny = +my_pam_service Optional. Applicable only when dyndns_update - is true. Choose the interface whose IP address - should be used for dynamic DNS updates. + is true. Choose the interface or a list of interfaces + whose IP addresses should be used for dynamic DNS + updates. - NOTE: This option currently supports only one interface. + Default: Use the IP address of the AD LDAP connection - Default: Use the IP address of the AD LDAP connection + Example: dyndns_iface = em1, vnet1, vnet2 diff --git a/src/man/sssd-ipa.5.xml b/src/man/sssd-ipa.5.xml index 0716b6235..d450c2fad 100644 --- a/src/man/sssd-ipa.5.xml +++ b/src/man/sssd-ipa.5.xml @@ -166,11 +166,12 @@ Optional. Applicable only when dyndns_update - is true. Choose the interface whose IP address - should be used for dynamic DNS updates. + is true. Choose the interface or a list of interfaces + whose IP addresses should be used for dynamic DNS + updates. - NOTE: This option currently supports only one interface. + NOTE: This option currently supports multiple interfaces. NOTE: While it is still possible to use the old @@ -181,6 +182,9 @@ Default: Use the IP address of the IPA LDAP connection + + Example: dyndns_iface = em1, vnet1, vnet2 + -- cgit