summaryrefslogtreecommitdiffstats
path: root/install/tools
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2016-06-13 12:09:27 +0200
committerMartin Basti <mbasti@redhat.com>2016-06-17 15:22:24 +0200
commita5a6ceafcd3418a6242bbf948d825f2b61c95f23 (patch)
treea48fabe64a727a3868c2ef44a3b2713f3df67c35 /install/tools
parent45a93265740fdfc14e6ee8785f844f8d34508fc4 (diff)
downloadfreeipa-a5a6ceafcd3418a6242bbf948d825f2b61c95f23.tar.gz
freeipa-a5a6ceafcd3418a6242bbf948d825f2b61c95f23.tar.xz
freeipa-a5a6ceafcd3418a6242bbf948d825f2b61c95f23.zip
DNS Locations: adtrustinstance simplify dns management
The path how to get IPA domain in code was somehow obfuscated, this patch simplifies and make clear what happened there with domain name. https://fedorahosted.org/freeipa/ticket/2008 Reviewed-By: Petr Spacek <pspacek@redhat.com> Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'install/tools')
-rwxr-xr-xinstall/tools/ipa-adtrust-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/tools/ipa-adtrust-install b/install/tools/ipa-adtrust-install
index 36caa5c2d..5babcdb7c 100755
--- a/install/tools/ipa-adtrust-install
+++ b/install/tools/ipa-adtrust-install
@@ -387,7 +387,7 @@ def main():
smb = adtrustinstance.ADTRUSTInstance(fstore)
smb.realm = api.env.realm
smb.autobind = ipaldap.AUTOBIND_ENABLED
- smb.setup(api.env.host, api.env.realm, api.env.domain,
+ smb.setup(api.env.host, api.env.realm,
netbios_name, reset_netbios_name,
options.rid_base, options.secondary_rid_base,
options.no_msdcs, options.add_sids,