The catalog check is intended to ensure that the trust is
working by looking up a user. For a non-posix range we can use
the Administrator user because it has a predicible SID.
With a posix range the UID/GID may not be set so the lookup
can fail (with an empty return value).
So skip domain which have a posix range associated with it.
The catalog check is intended to ensure that the trust is working by looking up a user. For a non-posix range we can use the Administrator user because it has a predicible SID.
With a posix range the UID/GID may not be set so the lookup can fail (with an empty return value).
So skip domain which have a posix range associated with it.
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1775199
Signed-off-by: Rob Crittenden rcritten@redhat.com