diff options
author | James Hogarth <james.hogarth@gmail.com> | 2012-08-14 10:54:34 +0100 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-10-16 13:23:51 +0200 |
commit | 4fb12db7504920d12ea7db71f312334c877bff7c (patch) | |
tree | 329d9f302242dbecb7c31835350d88bc5531f0a4 /src/man | |
parent | f2c39d4869da56268726f6e8fc224de8cecb7336 (diff) | |
download | sssd-4fb12db7504920d12ea7db71f312334c877bff7c.tar.gz sssd-4fb12db7504920d12ea7db71f312334c877bff7c.tar.xz sssd-4fb12db7504920d12ea7db71f312334c877bff7c.zip |
Make TTL configurable for dynamic dns updates
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd-ipa.5.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/man/sssd-ipa.5.xml b/src/man/sssd-ipa.5.xml index 4c4aaba4e..db6aecf86 100644 --- a/src/man/sssd-ipa.5.xml +++ b/src/man/sssd-ipa.5.xml @@ -126,6 +126,20 @@ </varlistentry> <varlistentry> + <term>ipa_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 + override the TTL serverside if set by an administrator. + </para> + <para> + Default: 1200 (seconds) + </para> + </listitem> + </varlistentry> + + <varlistentry> <term>ipa_dyndns_iface (string)</term> <listitem> <para> |