summaryrefslogtreecommitdiffstats
path: root/src/man/sssd-ipa.5.xml
diff options
context:
space:
mode:
authorPavel Reichl <preichl@redhat.com>2015-07-08 09:08:03 -0400
committerPavel Březina <pbrezina@redhat.com>2015-07-27 17:25:20 +0200
commit2f47d56eb551d3945030ed77b138122158a68669 (patch)
treefb5e510a26109ddbb70577baf04910d81cc87a5b /src/man/sssd-ipa.5.xml
parent4e64b82fe58f2cd603481f300d0d550fb402ec04 (diff)
downloadsssd-2f47d56eb551d3945030ed77b138122158a68669.tar.gz
sssd-2f47d56eb551d3945030ed77b138122158a68669.tar.xz
sssd-2f47d56eb551d3945030ed77b138122158a68669.zip
DYNDNS: support mult. interfaces for dyndns_iface opt
Resolves: https://fedorahosted.org/sssd/ticket/2549
Diffstat (limited to 'src/man/sssd-ipa.5.xml')
-rw-r--r--src/man/sssd-ipa.5.xml10
1 files changed, 7 insertions, 3 deletions
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 @@
<listitem>
<para>
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.
</para>
<para>
- NOTE: This option currently supports only one interface.
+ NOTE: This option currently supports multiple interfaces.
</para>
<para>
NOTE: While it is still possible to use the old
@@ -181,6 +182,9 @@
<para>
Default: Use the IP address of the IPA LDAP connection
</para>
+ <para>
+ Example: dyndns_iface = em1, vnet1, vnet2
+ </para>
</listitem>
</varlistentry>