From 04868f1573f4b26ef34610b6d7069172f93bd8ab Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Tue, 9 Apr 2013 14:20:28 +0200 Subject: 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. --- src/man/sssd-ipa.5.xml | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) (limited to 'src/man/sssd-ipa.5.xml') diff --git a/src/man/sssd-ipa.5.xml b/src/man/sssd-ipa.5.xml index f8cb0939..bedb1107 100644 --- a/src/man/sssd-ipa.5.xml +++ b/src/man/sssd-ipa.5.xml @@ -113,7 +113,7 @@ - ipa_dyndns_update (boolean) + dyndns_update (boolean) Optional. This option tells SSSD to automatically @@ -125,6 +125,12 @@ behavior to work reliably, the default Kerberos realm must be set properly in /etc/krb5.conf + + NOTE: While it is still possible to use the old + ipa_dyndns_update option, users + should migrate to using dyndns_update + in their config file. + Default: false @@ -132,13 +138,19 @@ - ipa_dyndns_ttl (integer) + dyndns_ttl (integer) 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. + + NOTE: While it is still possible to use the old + ipa_dyndns_ttl option, users + should migrate to using dyndns_ttl + in their config file. + Default: 1200 (seconds) @@ -146,13 +158,19 @@ - ipa_dyndns_iface (string) + dyndns_iface (string) - 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. + + NOTE: While it is still possible to use the old + ipa_dyndns_iface option, users + should migrate to using dyndns_iface + in their config file. + Default: Use the IP address of the IPA LDAP connection -- cgit