diff options
author | Martin Kosek <mkosek@redhat.com> | 2011-07-12 09:11:00 +0200 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2011-07-12 14:20:16 -0400 |
commit | e6c68e999358a323500aac9680c4aa8ca76a18cc (patch) | |
tree | 79109dc950a86090cbf827af51c75af5a78bd4f8 /ipalib/plugins/service.py | |
parent | 86230333a85489f64205dcda485aa7876fe4c906 (diff) | |
download | freeipa-e6c68e999358a323500aac9680c4aa8ca76a18cc.tar.gz freeipa-e6c68e999358a323500aac9680c4aa8ca76a18cc.tar.xz freeipa-e6c68e999358a323500aac9680c4aa8ca76a18cc.zip |
Add DNS record modification command
The DNS record plugin does not support modification of a record. One
can only add A type addresses to a DNS record or remove the current
ones. To actually change a DNS record value it has to be removed and
then added with a desired value.
This patch adds a new DNS plugin command "dnsrecord-mod" which enables
user to:
- modify a DNS record value (note than DNS record can hold multiple values
and those will be overwritten)
- remove a DNS record when an empty value is passed
New tests for this new command have been added to the CLI test suite.
https://fedorahosted.org/freeipa/ticket/1137
Diffstat (limited to 'ipalib/plugins/service.py')
0 files changed, 0 insertions, 0 deletions