mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 15:40:01 -06:00
Create users in server-common pre hook
The ipaapi user was created in the server package but referenced by a config file in the server-common package. The server-common package can be installed without the server package. This caused an error Unknown user 'ipaapi' with systemd-tmpfiles --create. The users are now created in the server-common package. Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Alexey Slaykovsky <alexey@slaykovsky.com>
This commit is contained in:
parent
04e1ae7bf1
commit
236fa61eeb
@ -1160,6 +1160,8 @@ if [ -e /usr/sbin/ipa_kpasswd ]; then
|
||||
# END
|
||||
fi
|
||||
|
||||
|
||||
%pre server-common
|
||||
# create users and groups
|
||||
# create kdcproxy group and user
|
||||
getent group kdcproxy >/dev/null || groupadd -f -r kdcproxy
|
||||
|
Loading…
Reference in New Issue
Block a user