Bug 717114

Summary: Use /etc/login.defs to define a 'system' account instead of hard-coding 500? (httpd)
Product: [Fedora] Fedora Reporter: Miloslav Trmač <mitr>
Component: httpdAssignee: Joe Orton <jorton>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: jorton, pahan
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-07-21 15:27:37 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:
Bug Depends On:    
Bug Blocks: 717109    

Description Miloslav Trmač 2011-06-28 04:17:46 UTC
httpd.spec currently uses
> --with-suexec-uidmin=500 --with-suexec-gidmin=500
We plan to change the boundary, making it configurable in /etc/login.defs; see https://fedoraproject.org/wiki/Features/1000SystemAccounts .

Please consider changing suexec to parse this file instead of having the boundary compiled-in.  (If parsing /etc/login.defs is not an option, it would probably be best to keep the boundary at 500 and not raise it to 1000; raising it would break upgrades.)

Version-Release number of selected component (if applicable):
httpd-2.2.17-13.fc16

Comment 1 Miloslav Trmač 2011-06-28 04:19:59 UTC
See attachment 510191 [details] for the proper way to parse /etc/login.defs.

Comment 2 Miloslav Trmač 2011-07-21 15:27:37 UTC
Per our e-mail discussion, the boundary will remain at 500.