From 038b9ba28a618e3e553803da632116a040b94034 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 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/man/sssd-ad.5.xml') 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 -- cgit