Allow ID-to-SID mappings in the extdom plugin

https://fedorahosted.org/freeipa/ticket/3596
This commit is contained in:
Sumit Bose 2013-04-26 17:20:49 +02:00 committed by Rob Crittenden
parent 0f43cd6ea0
commit c152c9e7ff

View File

@ -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);