Bug 159202

Summary: clamav user creation failure (nscd issue)
Product: [Fedora] Fedora Reporter: Charles Lopes <tjarls>
Component: fedora-usermgmtAssignee: Enrico Scholz <rh-bugzilla>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 3   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 0.8 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-12-18 16:20:23 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 Charles Lopes 2005-05-31 15:35:58 UTC
If nscd runs, the package clamav-data often fails to create the user clamav.
This is due to a negative clamav group query being cached when fedora-useradd is
run. I would advice running nscd --invalidate=group between fedora-groupadd and
fedora-useradd.
Alternatively, fedora-usermgmt tools could be changed to invalidate nscd caches
when necessary.

Comment 1 Enrico Scholz 2005-12-18 16:20:23 UTC
Thx, I modified fedora-usermgmt in version 0.8+ to do the 'nscd -i...'. This
should fix this issue.