Bug 244632

Summary: nisdomain not set during kickstart
Product: [Fedora] Fedora Reporter: Herbert Gasiorowski <gasi>
Component: authconfigAssignee: Tomas Mraz <tmraz>
Status: CLOSED NOTABUG QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: low    
Version: 7   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-06-19 08:24:45 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Herbert Gasiorowski 2007-06-18 08:25:45 UTC
Description of problem:
Using kickstart
   auth --useshadow --enablenis --nisdomain xxxxxxx
no "NISDOMAIN=xxxxxxx" is found in /etc/sysconfig/network

How reproducible:
Always


authconfig does not change the behavior.
It works fine with fedora 6 and Redhat 4.5 and 5.0
(The same fault probably has been in older Versions, as there is
a comment line
   #echo "NISDOMAIN=xxxxxxx" >> /etc/sysconfig/network
in my %post section

Comment 1 Tomas Mraz 2007-06-18 15:36:43 UTC
I suspect something overwrites the /etc/sysconfig/network as written by
authconfig. When I run authconfig standalone the command 'authconfig --useshadow
--enablenis --nisdomain xxxxxx --update' works fine.

Can you try to do that after install?


Comment 2 Herbert Gasiorowski 2007-06-19 08:24:45 UTC
Sorry - It is not a bug:

A fresh install without any changes has been ok!

It took me a while to find out:
The nis-domain is no longer set in /etc/sysconfig/network but in
/etc/yp.conf - which is overwritten by me during %post installation!