mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Use correct variable for determining the host name
435055
This commit is contained in:
@@ -42,7 +42,7 @@ class BindInstance(service.Service):
|
||||
self.ip_address = ip_address
|
||||
self.realm = realm_name
|
||||
self.domain = domain_name
|
||||
self.host = domain_name[:domain_name.find(".")]
|
||||
self.host = fqdn[:fqdn.find(".")]
|
||||
|
||||
self.__setup_sub_dict()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user