Bug 26168 - Create admin Linux user "koha" which is member of all *-koha instance groups
Summary: Create admin Linux user "koha" which is member of all *-koha instance groups
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-07 02:59 UTC by David Cook
Modified: 2020-08-07 02:59 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Cook 2020-08-07 02:59:38 UTC
It would be useful to have an administrative Linux user "koha" which is a member of all *-koha instance groups.

The high level use case is a non-root (daemon) service that can run "koha-shell kohadev -c 'command'".

At the moment, you could just run that (daemon) service as root, but ideally it would be better to run it as a less privileged user.