diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2011-01-27 11:16:22 -0500 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2011-01-28 11:44:38 -0500 |
commit | 0a6b1c4bced35dc0943ae38fcea71586274395ba (patch) | |
tree | 6c232d4e0113ef1dcbc44e83ee94b00003ff4d62 /API.txt | |
parent | 682ca8658aa3b1c517848bc72e6531fea782ed07 (diff) | |
download | freeipa-0a6b1c4bced35dc0943ae38fcea71586274395ba.tar.gz freeipa-0a6b1c4bced35dc0943ae38fcea71586274395ba.tar.xz freeipa-0a6b1c4bced35dc0943ae38fcea71586274395ba.zip |
Enforce that all NS records are resolvable
Bind cannot load a zone if any of its name server records is not
resolvable.
https://fedorahosted.org/freeipa/ticket/838
Diffstat (limited to 'API.txt')
-rw-r--r-- | API.txt | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -717,6 +717,8 @@ option: Str('idnsupdatepolicy', attribute=True, cli_name='update_policy', label= option: Flag('idnsallowdynupdate', attribute=True, autofill=True, cli_name='allow_dynupdate', default=False, label=Gettext('Dynamic update', domain='ipa', localedir=None), multivalue=False, required=True) option: Str('addattr*', validate_add_attribute, cli_name='addattr', exclude='webui') option: Str('setattr*', validate_set_attribute, cli_name='setattr', exclude='webui') +option: Flag('force', autofill=True, default=False,lag('force', autofill=True, default=False, doc=Gettext('force DNS zone even if name server not in DNS', domain='ipa', localedir=None)) +option: Str('ip_address?', _validate_ipaddr,tr('ip_address?', _validate_ipaddr, doc=Gettext('Add the nameserver to DNS with this IP address', domain='ipa', localedir=None)) option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui', flags=['no_output']) option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui', flags=['no_output']) option: Str('version?', exclude='webui', flags=['no_option', 'no_output']) |