From 1f4a06e64f489f8df7b43775530b98f4bd222eb9 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 10 Feb 2011 11:04:27 +0100 Subject: Revert "libwbclient: remove wbcSetGidMapping() - not implemented any more" This reverts commit 52e1be2139d370bf0ce99371bc9ab73db41c6236. Undo the library version bump. --- nsswitch/libwbclient/wbclient.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'nsswitch/libwbclient/wbclient.h') diff --git a/nsswitch/libwbclient/wbclient.h b/nsswitch/libwbclient/wbclient.h index d7956b4305..9ead457310 100644 --- a/nsswitch/libwbclient/wbclient.h +++ b/nsswitch/libwbclient/wbclient.h @@ -786,6 +786,16 @@ wbcErr wbcAllocateUid(uid_t *puid); **/ wbcErr wbcAllocateGid(gid_t *pgid); +/** + * @brief Set a group id mapping + * + * @param gid Gid of the desired mapping. + * @param *sid Pointer to the sid of the diresired mapping. + * + * @return #wbcErr + **/ +wbcErr wbcSetGidMapping(gid_t gid, const struct wbcDomainSid *sid); + /** * @brief Remove a user id mapping * -- cgit