summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins/dns.py
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2016-09-15 14:13:28 +0200
committerMartin Basti <mbasti@redhat.com>2016-09-19 17:36:20 +0200
commite5f7a612fbfdaa9ee12ef16cef550931011abe4c (patch)
tree024502c9f20ad5a334165108325752d6ed8d45be /ipaserver/plugins/dns.py
parent984ae3858d8fb25d30b886bb953df1b06ab34ec7 (diff)
downloadfreeipa-e5f7a612fbfdaa9ee12ef16cef550931011abe4c.tar.gz
freeipa-e5f7a612fbfdaa9ee12ef16cef550931011abe4c.tar.xz
freeipa-e5f7a612fbfdaa9ee12ef16cef550931011abe4c.zip
dns: re-introduce --raw in dnsrecord-del
The flag was removed in commit ff52c25ae299abba8bed653fe324951979a41293 because it is unused. Add it back for compatibility with old clients. https://fedorahosted.org/freeipa/ticket/5644 Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'ipaserver/plugins/dns.py')
-rw-r--r--ipaserver/plugins/dns.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ipaserver/plugins/dns.py b/ipaserver/plugins/dns.py
index 5510a66db..0c880f8cc 100644
--- a/ipaserver/plugins/dns.py
+++ b/ipaserver/plugins/dns.py
@@ -3800,6 +3800,10 @@ class dnsrecord_del(LDAPUpdate):
label=_('Delete all associated records'),
),
dnsrecord.structured_flag,
+ Flag(
+ 'raw',
+ exclude=('cli', 'webui'),
+ ),
)
def get_options(self):