diff options
author | Sumit Bose <sbose@redhat.com> | 2013-04-26 17:20:49 +0200 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2013-05-02 16:57:12 -0400 |
commit | c152c9e7ff2ea49dd65dd6d59672f92602bd3d9f (patch) | |
tree | b7d981065b2d5d5034e5665d954585966e488bf4 /daemons/ipa-slapi-plugins/ipa-extdom-extop | |
parent | 0f43cd6ea0d4528638e14a544c62d53e439778e6 (diff) | |
download | freeipa-c152c9e7ff2ea49dd65dd6d59672f92602bd3d9f.tar.gz freeipa-c152c9e7ff2ea49dd65dd6d59672f92602bd3d9f.tar.xz freeipa-c152c9e7ff2ea49dd65dd6d59672f92602bd3d9f.zip |
Allow ID-to-SID mappings in the extdom plugin
https://fedorahosted.org/freeipa/ticket/3596
Diffstat (limited to 'daemons/ipa-slapi-plugins/ipa-extdom-extop')
-rw-r--r-- | daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom_common.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom_common.c b/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom_common.c index ef474d3a1..b6136ee78 100644 --- a/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom_common.c +++ b/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom_common.c @@ -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); |