[Koha-bugs] [Bug 34204] Koha user needs to be able to login

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 17 20:59:45 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34204

--- Comment #9 from David Nind <david at davidnind.com> ---
(In reply to Jonathan Druart from comment #7)
> 
> What is the return of `grep kohadev /etc/passwd`

I had another go at testing, and things seem to work as expected now. (Not sure
what I did different this time!) Now signed off.

Testing notes (using KTD):

1. Before applying patch (after starting KTD with KOHA-IMAGE=master-bookworm):

ktd --root --shell
root at kohadevbox:kohadevbox$ koha-shell kohadev
This account is currently not available.
root at kohadevbox:kohadevbox$ grep kohadev /etc/passwd
kohadev-koha:x:1000:1000:Koha instance
kohadev-koha,,,:/var/lib/koha/kohadev:/usr/sbin/nologin

2. After applying the patch (and shutting down then starting up KTD again):

david at david-thinkpad-t14:~/git-koha/koha-testing-docker$ ktd --root --shell
$ 
$ grep kohadev /etc/passwd
kohadev-koha:x:1000:1000:Koha instance
kohadev-koha,,,:/var/lib/koha/kohadev:/bin/bash

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list