From 702176303382b5a385e90fe68ad2c32bd708ebf1 Mon Sep 17 00:00:00 2001 From: Pavel Reichl Date: Wed, 14 Jan 2015 08:44:17 -0500 Subject: MAN: dyndns_iface supports only one interface Resolves: https://fedorahosted.org/sssd/ticket/2548 Reviewed-by: Jakub Hrozek --- src/man/sssd-ad.5.xml | 3 +++ src/man/sssd-ipa.5.xml | 3 +++ 2 files changed, 6 insertions(+) (limited to 'src') diff --git a/src/man/sssd-ad.5.xml b/src/man/sssd-ad.5.xml index c9bb653a..1b33f28a 100644 --- a/src/man/sssd-ad.5.xml +++ b/src/man/sssd-ad.5.xml @@ -724,6 +724,9 @@ ad_gpo_map_deny = +my_pam_service is true. Choose the interface whose IP address 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 diff --git a/src/man/sssd-ipa.5.xml b/src/man/sssd-ipa.5.xml index 6089ac60..77cb9aac 100644 --- a/src/man/sssd-ipa.5.xml +++ b/src/man/sssd-ipa.5.xml @@ -169,6 +169,9 @@ is true. Choose the interface whose IP address should be used for dynamic DNS updates. + + NOTE: This option currently supports only one interface. + NOTE: While it is still possible to use the old ipa_dyndns_iface option, users -- cgit