mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipa-server-install fails if idstart is set to 0. There might be additional issues when idstart overlaps with local users. Ensure that idstart is larger than UID_MAX or GID_MAX from /etc/login.defs. Fixes: https://pagure.io/freeipa/issue/8137 Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>