extdom plugin can return object from a wrong domain.
extdom
Search returns an object, pretending this object was found in trusted AD domain (while object was actually found in 'local files' at server):
getent group 48 apache@win19-mdaq.test:*:48:
This lookup doesn't yield anything.
Seen on ipa-4.9, but most probably all supported versions are affected.
The issue is that pack_ber_user()/pack_ber_group() skip domain verification if found object isn't FQDN.
pack_ber_user()
pack_ber_group()
RHBZ: https://bugzilla.redhat.com/show_bug.cgi?id=2117167
PR: https://github.com/freeipa/freeipa/pull/6468
Metadata Update from @frenaud: - Custom field rhbz adjusted to https://bugzilla.redhat.com/show_bug.cgi?id=2117167
Issue linked to bug 2117167
master:
ipa-4-10:
ipa-4-9:
ipa-4-6:
Metadata Update from @frenaud: - Issue close_status updated to: fixed - Issue status updated to: Closed (was: Open)