Bug 440459

Summary: authconfig --disablewins does not work
Product: [Fedora] Fedora Reporter: Petr Šplíchal <psplicha>
Component: authconfigAssignee: Tomas Mraz <tmraz>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: ohudlick
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: authconfig-5.4.2-1.fc9 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-04-08 07:41:38 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 Petr Šplíchal 2008-04-03 17:04:21 UTC
Description of problem:
Options disablewins does not remove wins keyword from /etc/nsswitch.conf as it
is expected to do

Version-Release number of selected component (if applicable):


How reproducible:

# grep ^hosts /etc/nsswitch.conf 
hosts:      files dns
# authconfig --update --enablewins
# grep ^hosts /etc/nsswitch.conf 
hosts:      files wins dns
# authconfig --update --disablewins
  
Actual results:
# grep ^hosts /etc/nsswitch.conf 
hosts:      files wins dns


Expected results:
# grep ^hosts /etc/nsswitch.conf 
hosts:      files dns