summaryrefslogtreecommitdiffstats
path: root/API.txt
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2016-06-10 17:03:25 +0200
committerMartin Basti <mbasti@redhat.com>2016-06-17 15:22:24 +0200
commite23159596e1851f156461d00b9f9f99dc698e12b (patch)
tree5c3f2436a80b7326ad39eaa798f2fa538dfda68d /API.txt
parentcf634a4ff8a100589f99e57c51b2c4591853e88a (diff)
downloadfreeipa-e23159596e1851f156461d00b9f9f99dc698e12b.tar.gz
freeipa-e23159596e1851f156461d00b9f9f99dc698e12b.tar.xz
freeipa-e23159596e1851f156461d00b9f9f99dc698e12b.zip
DNS Locations: command dns-update-system-records
command dns-update-system-records updates/fixes DNS records for IPA services: * updating A, AAAA records for CA * updating SRV records for LDAP, kerberos and AD trust * updating TXT record in _kerberos with proper realm * updating dns locations if used https://fedorahosted.org/freeipa/ticket/2008 Reviewed-By: Petr Spacek <pspacek@redhat.com> Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'API.txt')
-rw-r--r--API.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/API.txt b/API.txt
index 93b009b94..5d63ba84a 100644
--- a/API.txt
+++ b/API.txt
@@ -1054,6 +1054,12 @@ option: Str('version?')
output: Output('result', type=[<type 'bool'>])
output: Output('summary', type=[<type 'unicode'>, <type 'NoneType'>])
output: Output('value', type=[<type 'unicode'>])
+command: dns_update_system_records
+args: 0,2,2
+option: Flag('dry_run', autofill=True, default=False)
+option: Str('version?')
+output: Output('result', type=[<type 'dict'>])
+output: Output('value', type=[<type 'bool'>])
command: dnsconfig_mod
args: 0,11,3
option: Str('addattr*', cli_name='addattr')