diff options
| author | Jan Cholasta <jcholast@redhat.com> | 2016-11-22 15:24:31 +0100 |
|---|---|---|
| committer | Martin Basti <mbasti@redhat.com> | 2016-11-29 14:50:51 +0100 |
| commit | 7b966e8577fdb56f069cf26a6ab4d6c77b8743b9 (patch) | |
| tree | 8154776f6cfeae37e576e21e5dcdc52958d1a771 /install/tools/ipa-nis-manage | |
| parent | d6b755e3fcaf32158f4ee36d45e3344b4a03fbc2 (diff) | |
| download | freeipa-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-x | install/tools/ipa-nis-manage | 2 |
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(): |
