https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12169 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #11 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- (In reply to Larry Baerveldt from comment #2)
This patch hardcodes the user and group as "koha" and "koha". You should not hardcode the user and group in the SIPConfig.xml file; those need to be gathered at the Koha creation phase, either through koha-create and koha-enable-sip for package, or with Makefile.PL for git sites.
As far as I can tell, the file modified here is A) only an example file and B) only used for dev/standard installs and isn't referenced in the Makefile at all. So, I don't think it affects packages at all, it just makes sip work more reliably for Dev/Standard installs. -- You are receiving this mail because: You are watching all bug changes.