koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-bugs] [Bug 1229] New: Apache group is not determined properly


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 1229] New: Apache group is not determined properly
Date: 22 Oct 2006 14:48:47 -0000

http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1229

           Summary: Apache group is not determined properly
           Product: Koha
           Version: branch 2.4
          Platform: PC
        OS/Version: Linux - Suse
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Installation
        AssignedTo: address@hidden
        ReportedBy: address@hidden
         QAContact: address@hidden


The usage of "getgrname" in Install.pm to find the httpd group name is wrong:

getgrname($httpduser) don't return the goupe of tho user $httpduser but the GID
of the group called "$httpduser".

This coul'd work if the user name and the group name are identicals but this is
a bug.

In Suse, the httpd user is "wwwrun" and httpd group is "www". So the group of
directories "/usr/local/koha/*" are not set correctly.

Thanks




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]