diff options
author | Martin Kosek <mkosek@redhat.com> | 2011-07-14 11:14:14 +0200 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2011-07-18 09:50:23 +0200 |
commit | 47f1d86e351059eeec26d4886bf9d16099214d4c (patch) | |
tree | b61c10e30a617726e0586c4b2d0d0288147e9ccf /ipalib/plugins | |
parent | 50a2c45760d51e7a13888702e1a047a113bc1f5e (diff) | |
download | freeipa-47f1d86e351059eeec26d4886bf9d16099214d4c.tar.gz freeipa-47f1d86e351059eeec26d4886bf9d16099214d4c.tar.xz freeipa-47f1d86e351059eeec26d4886bf9d16099214d4c.zip |
Add new dnszone-find test
Implement a test for new dnszone-find option --forward-only.
Fix example for reverse zone (zone was not fully qualified and
DNS plugin would forbid adding PTR records).
https://fedorahosted.org/freeipa/ticket/1473
Diffstat (limited to 'ipalib/plugins')
-rw-r--r-- | ipalib/plugins/dns.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/dns.py b/ipalib/plugins/dns.py index 23abdd94d..d50a9f6e8 100644 --- a/ipalib/plugins/dns.py +++ b/ipalib/plugins/dns.py @@ -45,7 +45,7 @@ EXAMPLES: ipa dnsrecord-add example.com www --a-rec 80.142.15.2 Add new PTR record for www.example.com - ipa dnsrecord-add 15.142.80.in-addr.arpa 2 --ptr-rec www.example.com. + ipa dnsrecord-add 15.142.80.in-addr.arpa. 2 --ptr-rec www.example.com. Add new SRV records for LDAP servers. Three quarters of the requests should go to fast.example.com, one quarter to slow.example.com. If neither |