Bug 244632 - nisdomain not set during kickstart
Summary: nisdomain not set during kickstart
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: authconfig
Version: 7
Hardware: i686
OS: Linux
low
medium
Target Milestone: ---
Assignee: Tomas Mraz
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-06-18 08:25 UTC by Herbert Gasiorowski
Modified: 2008-08-02 23:40 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2007-06-19 08:24:45 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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!




Note You need to log in before you can comment on or make changes to this bug.