diff options
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd-ad.5.xml | 9 | ||||
-rw-r--r-- | src/man/sssd-ipa.5.xml | 10 |
2 files changed, 12 insertions, 7 deletions
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 <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. + Default: Use the IP address of the AD LDAP connection </para> <para> - Default: Use the IP address of the AD LDAP connection + Example: dyndns_iface = em1, vnet1, vnet2 </para> </listitem> </varlistentry> 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> |