summaryrefslogtreecommitdiffstats
path: root/install/tools/ipa-nis-manage
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2016-11-22 15:24:31 +0100
committerMartin Basti <mbasti@redhat.com>2016-11-29 14:50:51 +0100
commit7b966e8577fdb56f069cf26a6ab4d6c77b8743b9 (patch)
tree8154776f6cfeae37e576e21e5dcdc52958d1a771 /install/tools/ipa-nis-manage
parentd6b755e3fcaf32158f4ee36d45e3344b4a03fbc2 (diff)
downloadfreeipa-7b966e8577fdb56f069cf26a6ab4d6c77b8743b9.tar.gz
freeipa-7b966e8577fdb56f069cf26a6ab4d6c77b8743b9.tar.xz
freeipa-7b966e8577fdb56f069cf26a6ab4d6c77b8743b9.zip
ipautil: remove get_domain_name()
get_domain_name() and related code depends on ipaplatform. Replace all uses of get_domain_name() with api.env.domain and remove get_domain_name() and all of the related code. https://fedorahosted.org/freeipa/ticket/6474 Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
Diffstat (limited to 'install/tools/ipa-nis-manage')
-rwxr-xr-xinstall/tools/ipa-nis-manage2
1 files changed, 0 insertions, 2 deletions
diff --git a/install/tools/ipa-nis-manage b/install/tools/ipa-nis-manage
index fae458cbd..21ff18334 100755
--- a/install/tools/ipa-nis-manage
+++ b/install/tools/ipa-nis-manage
@@ -58,8 +58,6 @@ def parse_options():
config.add_standard_options(parser)
options, args = parser.parse_args()
- config.init_config(options)
-
return options, args
def get_dirman_password():