summaryrefslogtreecommitdiff
path: root/nsswitch/libwbclient/wbc_idmap.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-01-27 21:54:25 +0100
committerMichael Adam <obnox@samba.org>2011-01-27 21:54:25 +0100
commit25a0dc44f7e180d96dcccb8701e9817ecfd54955 (patch)
tree38de9f25e212f365acd5afecf461f34fbbe9fa5f /nsswitch/libwbclient/wbc_idmap.c
parent58bf6f9ff0b29df14eee2900fb847b96ef28411f (diff)
downloadsamba-25a0dc44f7e180d96dcccb8701e9817ecfd54955.tar.gz
samba-25a0dc44f7e180d96dcccb8701e9817ecfd54955.tar.bz2
samba-25a0dc44f7e180d96dcccb8701e9817ecfd54955.zip
libwbclient: remove wbcSetUidMapping() - not implemented any more
Diffstat (limited to 'nsswitch/libwbclient/wbc_idmap.c')
-rw-r--r--nsswitch/libwbclient/wbc_idmap.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/nsswitch/libwbclient/wbc_idmap.c b/nsswitch/libwbclient/wbc_idmap.c
index 3c806d1a93..06320472ae 100644
--- a/nsswitch/libwbclient/wbc_idmap.c
+++ b/nsswitch/libwbclient/wbc_idmap.c
@@ -267,12 +267,6 @@ wbcErr wbcAllocateGid(gid_t *pgid)
return wbc_status;
}
-/* Set an user id mapping - not implemented any more */
-wbcErr wbcSetUidMapping(uid_t uid, const struct wbcDomainSid *sid)
-{
- return WBC_ERR_NOT_IMPLEMENTED;
-}
-
/* Set a group id mapping - not implemented any more */
wbcErr wbcSetGidMapping(gid_t gid, const struct wbcDomainSid *sid)
{