| Summary: | sysutils/bareos-client: installs passwordless | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | O. Hartmann <ohartmann> |
| Component: | Individual Port(s) | Assignee: | Jose Alonso Cardenas Marquez <acm> |
| Status: | Closed FIXED | ||
| Severity: | Affects Many People | CC: | brad |
| Priority: | --- | Keywords: | needs-qa |
| Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(acm) |
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
O. Hartmann
2019-06-14 10:56:14 UTC
This port only uses the ports framework provided method to add users/groups:
USERS= bareos
GROUPS= ${USERS}
As such it is unlikely an issue, but if so, an issue that would affect every port that uses it.
Further, note that the user account has the shell set to /usr/sbin/nologin
man 8 nologin shows:
DESCRIPTION
The nologin utility displays a message that an account is not available
and exits non-zero. It is intended as a replacement shell field for
accounts that have been disabled.
Hi, I have tested it on 12.1p1 and bareos line include * into passwd file bareos:*:997:997::0:0:Bareos Daemon:/var/db/bareos:/usr/sbin/nologin Could youo confirm if it was resolved? Maybe it was a change on port framework. Thanks Fixed on 11 as well. |