35a0ddc9bc
- Resolves: rhbz#1176373 - dyndns_iface does not accept multiple interfaces, or isn't documented to be able to - Resolves: rhbz#988068 - getpwnam_r fails for non-existing users when sssd is not running - Resolves: upstream #2557 authentication failure with user from AD
47 lines
2.0 KiB
Diff
47 lines
2.0 KiB
Diff
From 9d4de68e8160adad5506936d428908a950244c6b Mon Sep 17 00:00:00 2001
|
|
From: Pavel Reichl <preichl@redhat.com>
|
|
Date: Wed, 14 Jan 2015 08:44:17 -0500
|
|
Subject: [PATCH 2/2] MAN: dyndns_iface supports only one interface
|
|
|
|
Resolves:
|
|
https://fedorahosted.org/sssd/ticket/2548
|
|
|
|
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
|
|
(cherry picked from commit 702176303382b5a385e90fe68ad2c32bd708ebf1)
|
|
---
|
|
src/man/sssd-ad.5.xml | 3 +++
|
|
src/man/sssd-ipa.5.xml | 3 +++
|
|
2 files changed, 6 insertions(+)
|
|
|
|
diff --git a/src/man/sssd-ad.5.xml b/src/man/sssd-ad.5.xml
|
|
index b721fb73b20837c9dc3abac25d3300649115c607..e4334139fdca6efcac0362ac87ca3e6e0e5f7642 100644
|
|
--- a/src/man/sssd-ad.5.xml
|
|
+++ b/src/man/sssd-ad.5.xml
|
|
@@ -720,6 +720,9 @@ FOREST:EXAMPLE.COM:(memberOf=cn=admins,ou=groups,dc=example,dc=com)
|
|
should be used for dynamic DNS updates.
|
|
</para>
|
|
<para>
|
|
+ NOTE: This option currently supports only one interface.
|
|
+ </para>
|
|
+ <para>
|
|
Default: Use the IP address of the AD LDAP connection
|
|
</para>
|
|
</listitem>
|
|
diff --git a/src/man/sssd-ipa.5.xml b/src/man/sssd-ipa.5.xml
|
|
index 2d8654a3cde76ab205766f8fdcb836aa1002cd43..9b05758f97e9547b1a9e1a2b318c64bff90c9d27 100644
|
|
--- a/src/man/sssd-ipa.5.xml
|
|
+++ b/src/man/sssd-ipa.5.xml
|
|
@@ -170,6 +170,9 @@
|
|
should be used for dynamic DNS updates.
|
|
</para>
|
|
<para>
|
|
+ NOTE: This option currently supports only one interface.
|
|
+ </para>
|
|
+ <para>
|
|
NOTE: While it is still possible to use the old
|
|
<emphasis>ipa_dyndns_iface</emphasis> option, users
|
|
should migrate to using <emphasis>dyndns_iface</emphasis>
|
|
--
|
|
2.1.0
|
|
|