mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipa-kdb: add primary group to list of groups in MS-PAC
Somehow, we weren't adding primary group of the user to the list of groups in the PAC Logon Info structure. Related: https://pagure.io/freeipa/issue/8319 Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com> Reviewed-By: Isaac Boukris <iboukris@redhat.com> Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
This commit is contained in:
parent
3e20a96c30
commit
3611fc5043
@ -707,7 +707,6 @@ static krb5_error_code ipadb_fill_info3(struct ipadb_context *ipactx,
|
||||
}
|
||||
if (tgid == prigid) {
|
||||
info3->base.primary_gid = trid;
|
||||
continue;
|
||||
}
|
||||
info3->base.groups.rids[count].rid = trid;
|
||||
info3->base.groups.rids[count].attributes =
|
||||
|
Loading…
Reference in New Issue
Block a user