diff options
author | Pavel Reichl <preichl@redhat.com> | 2015-07-08 09:08:03 -0400 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2015-07-24 09:30:41 +0200 |
commit | 038b9ba28a618e3e553803da632116a040b94034 (patch) | |
tree | af4981d1506687ff32228a76e9c11b7bad2b40d8 /src/man/sssd-ad.5.xml | |
parent | aa3fd6fde3888c0e333cad852ae5b4f671d55f58 (diff) | |
download | sssd-038b9ba28a618e3e553803da632116a040b94034.tar.gz sssd-038b9ba28a618e3e553803da632116a040b94034.tar.xz sssd-038b9ba28a618e3e553803da632116a040b94034.zip |
DYNDNS: support mult. interfaces for dyndns_iface opt
Resolves:
https://fedorahosted.org/sssd/ticket/2549
Diffstat (limited to 'src/man/sssd-ad.5.xml')
-rw-r--r-- | src/man/sssd-ad.5.xml | 9 |
1 files changed, 5 insertions, 4 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> |