summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2013-04-09 14:20:28 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-05-03 20:22:37 +0200
commit04868f1573f4b26ef34610b6d7069172f93bd8ab (patch)
tree25585171d9bfde286ffbd0add7a2fad64240e6ed /src/man
parent9cb46bc62f22e0104f1b41a423b014c281ef5fc2 (diff)
downloadsssd-04868f1573f4b26ef34610b6d7069172f93bd8ab.tar.gz
sssd-04868f1573f4b26ef34610b6d7069172f93bd8ab.tar.xz
sssd-04868f1573f4b26ef34610b6d7069172f93bd8ab.zip
Convert IPA-specific options to be back-end agnostic
This patch introduces new options for dynamic DNS updates that are not specific to any back end. The current ipa dyndns options are still usable, just with a deprecation warning.
Diffstat (limited to 'src/man')
-rw-r--r--src/man/sssd-ipa.5.xml28
1 files changed, 23 insertions, 5 deletions
diff --git a/src/man/sssd-ipa.5.xml b/src/man/sssd-ipa.5.xml
index f8cb0939d..bedb11072 100644
--- a/src/man/sssd-ipa.5.xml
+++ b/src/man/sssd-ipa.5.xml
@@ -113,7 +113,7 @@
</varlistentry>
<varlistentry>
- <term>ipa_dyndns_update (boolean)</term>
+ <term>dyndns_update (boolean)</term>
<listitem>
<para>
Optional. This option tells SSSD to automatically
@@ -126,34 +126,52 @@
realm must be set properly in /etc/krb5.conf
</para>
<para>
+ NOTE: While it is still possible to use the old
+ <emphasis>ipa_dyndns_update</emphasis> option, users
+ should migrate to using <emphasis>dyndns_update</emphasis>
+ in their config file.
+ </para>
+ <para>
Default: false
</para>
</listitem>
</varlistentry>
<varlistentry>
- <term>ipa_dyndns_ttl (integer)</term>
+ <term>dyndns_ttl (integer)</term>
<listitem>
<para>
The TTL to apply to the client DNS record when updating it.
- If ipa_dyndns_update is false this has no effect. This will
+ If dyndns_update is false this has no effect. This will
override the TTL serverside if set by an administrator.
</para>
<para>
+ NOTE: While it is still possible to use the old
+ <emphasis>ipa_dyndns_ttl</emphasis> option, users
+ should migrate to using <emphasis>dyndns_ttl</emphasis>
+ in their config file.
+ </para>
+ <para>
Default: 1200 (seconds)
</para>
</listitem>
</varlistentry>
<varlistentry>
- <term>ipa_dyndns_iface (string)</term>
+ <term>dyndns_iface (string)</term>
<listitem>
<para>
- Optional. Applicable only when ipa_dyndns_update
+ Optional. Applicable only when dyndns_update
is true. Choose the interface whose IP address
should be used for dynamic DNS updates.
</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>
+ in their config file.
+ </para>
+ <para>
Default: Use the IP address of the IPA LDAP connection
</para>
</listitem>