Mailinglist Archive: opensuse-bugs (11337 mails)
| < Previous | Next > |
[Bug 457121] New: pwauth works only for user nobody
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Sun, 7 Dec 2008 13:35:59 -0700 (MST)
- Message-id: <bug-457121-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=457121
Summary: pwauth works only for user nobody
Product: openSUSE 11.0
Version: Final
Platform: Other
OS/Version: Other
Status: NEW
Severity: Major
Priority: P5 - None
Component: Apache
AssignedTo: bnc-team-apache@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: jerry@xxxxxxxxxxxx
QAContact: qa@xxxxxxx
Found By: Community User
#define SERVER_UIDS 72 /* user "nobody" */
should be
#define SERVER_UIDS 30 /* user "wwwrun" */
Result is pwauth is unusable on OPENSUSE
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Summary: pwauth works only for user nobody
Product: openSUSE 11.0
Version: Final
Platform: Other
OS/Version: Other
Status: NEW
Severity: Major
Priority: P5 - None
Component: Apache
AssignedTo: bnc-team-apache@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: jerry@xxxxxxxxxxxx
QAContact: qa@xxxxxxx
Found By: Community User
From Apache2-Modules pwauthconfig.h line 241
#define SERVER_UIDS 72 /* user "nobody" */
should be
#define SERVER_UIDS 30 /* user "wwwrun" */
Result is pwauth is unusable on OPENSUSE
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |