From d90eb46cce788595edf50f4658e97a7dd8c3e9b8 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Wed, 25 Sep 2013 13:45:45 +0200 Subject: ipa-client: Set NIS domain name in the installer Provides two new options for the ipa-client-install: --nisdomain: specifies the NIS domain name --no_nisdomain: flag to aviod setting the NIS domain name In case no --nisdomain is specified and --no_nisdomain flag was not set, the IPA domain is used. Manual pages updated. http://fedorahosted.org/freeipa/ticket/3202 Reviewed-By: Jakub Hrozek Reviewed-By: Alexander Bokovoy --- ipapython/platform/base/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ipapython/platform/base/__init__.py') diff --git a/ipapython/platform/base/__init__.py b/ipapython/platform/base/__init__.py index c1b076b2c..f988c7127 100644 --- a/ipapython/platform/base/__init__.py +++ b/ipapython/platform/base/__init__.py @@ -27,7 +27,8 @@ import os wellknownservices = ['certmonger', 'dirsrv', 'httpd', 'ipa', 'krb5kdc', 'messagebus', 'nslcd', 'nscd', 'ntpd', 'portmap', 'rpcbind', 'kadmin', 'sshd', 'autofs', 'rpcgssd', - 'rpcidmapd', 'pki_tomcatd', 'pki_cad', 'chronyd'] + 'rpcidmapd', 'pki_tomcatd', 'pki_cad', 'chronyd', + 'domainname'] # System may support more time&date services. FreeIPA supports ntpd only, other # services will be disabled during IPA installation -- cgit