[Freeipa-devel] [PATCH 0113] ipa-client: Set NIS domain name in the installer

Martin Kosek mkosek at redhat.com
Mon Apr 7 08:55:44 UTC 2014


On 03/03/2014 08:16 PM, Tomas Babej wrote:
> The updated patch addresses all the mentioned issues.
> 
> Also enables systemd's specific domainname service instead of relying
> ypbind being present on the system.
> 
> Please note that nisdomainname is not configured on boot time at the
> moment. The following bug is the cause:
> 
> https://bugzilla.redhat.com/show_bug.cgi?id=1071951
> 
> On 11/14/2013 12:54 PM, Ana Krivokapic wrote:
>> On 09/26/2013 10:28 AM, Tomas Babej wrote:
>>> +    if options.no_nisdomain and not options.nisdomain:
>> This should be `if options.no_nisdomain and options.nisdomain:`.
>>> +        parser.error("--no-nisdomain cannot be used together with --nisdomain")
>>
>> Shouldn't we also revert the nisdomain authconfig setting on client uninstall?

This set the NIS domain correctly after the restart. However, it did not set it
*before* the restart. Thus, after I installed IPA server/client, NIS domain was
not set and thus SUDO would not work.

Martin




More information about the Freeipa-devel mailing list