mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -06:00
Allow ID-to-SID mappings in the extdom plugin
https://fedorahosted.org/freeipa/ticket/3596
This commit is contained in:
parent
0f43cd6ea0
commit
c152c9e7ff
@ -449,6 +449,8 @@ int create_response(struct extdom_req *req, struct domain_info *domain_info,
|
||||
res->data.name.object_name = name;
|
||||
break;
|
||||
case INP_NAME:
|
||||
case INP_POSIX_UID:
|
||||
case INP_POSIX_GID:
|
||||
res->response_type = RESP_SID;
|
||||
|
||||
werr = wbcSidToString(sid, &sid_str);
|
||||
|
Loading…
Reference in New Issue
Block a user