-
Bug
-
Resolution: Unresolved
-
Undefined
-
rhel-10.0
-
softhsm-2.6.1-16.el10_0.x86_64.rpm
-
None
-
Important
-
2
-
rhel-idm-ipa
-
ssg_idm
-
1
-
QE ack, Dev ack
-
False
-
False
-
-
None
-
Iteration 1, Iteration 2
-
Pass
-
Manual
-
-
Unspecified
-
None
-
57,005
Description of problem:
softhsm uses static useradd scripts
Version-Release number of selected component (if applicable):
softhsm-2.6.1-7.el9.2.
How reproducible:
100%
Steps to Reproduce:
1.review %pre
2.
3.
Actual results:
%pre
getent group ods >/dev/null || groupadd -r ods
getent passwd ods >/dev/null || \
useradd -r -g ods -d %{_sharedstatedir}/softhsm -s /sbin/nologin \
-c "softhsm private keys owner" ods
exit 0
Expected results:
use of system-sysusers
Additional info:
https://www.freedesktop.org/software/systemd/man/systemd-sysusers.html
https://fedoraproject.org/wiki/Changes/Adopting_sysusers.d_format
- external trackers