From 0a26e92fb2a4dd9704a0578f90241997e2aed269 Mon Sep 17 00:00:00 2001 From: Pavel Reichl Date: Tue, 14 Jul 2015 04:21:34 -0400 Subject: DYNDNS: special value '*' for dyndns_iface option Option dyndns_iface has now special value '*' which implies that IPs from add interfaces should be sent during DDNS update. --- src/man/sssd-ipa.5.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/man/sssd-ipa.5.xml') diff --git a/src/man/sssd-ipa.5.xml b/src/man/sssd-ipa.5.xml index d450c2fad..2e985991f 100644 --- a/src/man/sssd-ipa.5.xml +++ b/src/man/sssd-ipa.5.xml @@ -168,10 +168,8 @@ Optional. Applicable only when dyndns_update 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 multiple interfaces. + updates. Special value * implies that + IPs from all interfaces should be used. NOTE: While it is still possible to use the old @@ -180,7 +178,8 @@ in their config file. - Default: Use the IP address of the IPA LDAP connection + Default: Use the IP addresses of the interface which + is used for IPA LDAP connection Example: dyndns_iface = em1, vnet1, vnet2 -- cgit