mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-08-11 13:34:50 -05:00
Try to register DNS name through a DNS Update on install.
Fixes: https://fedorahosted.org/freeipa/ticket/935
This commit is contained in:
@@ -110,7 +110,7 @@ class join(Command):
|
||||
attrs_list = api.Command['host_show'](**kw)['result']
|
||||
dn = attrs_list['dn']
|
||||
except errors.NotFound:
|
||||
attrs_list = api.Command['host_add'](hostname)['result']
|
||||
attrs_list = api.Command['host_add'](hostname, force=True)['result']
|
||||
dn = attrs_list['dn']
|
||||
|
||||
config = api.Command['config_show']()['result']
|
||||
|
||||
Reference in New Issue
Block a user