summaryrefslogtreecommitdiff
path: root/nsswitch/libwbclient
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-02-10 12:48:01 +0100
committerMichael Adam <obnox@samba.org>2011-02-10 13:57:32 +0100
commitcb5e685d549eb6ebc35b83908d4b7d09fca34654 (patch)
tree4b788361a24e8375215dfc5fa0059ee8dd924ac7 /nsswitch/libwbclient
parent6339a17a93dfa8dadd115c9d9c73324734c5b9fb (diff)
downloadsamba-cb5e685d549eb6ebc35b83908d4b7d09fca34654.tar.gz
samba-cb5e685d549eb6ebc35b83908d4b7d09fca34654.tar.bz2
samba-cb5e685d549eb6ebc35b83908d4b7d09fca34654.zip
libwbclient: doxygen: mark wbcSetUidMapping deprecated
Diffstat (limited to 'nsswitch/libwbclient')
-rw-r--r--nsswitch/libwbclient/wbclient.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/nsswitch/libwbclient/wbclient.h b/nsswitch/libwbclient/wbclient.h
index 39670ab6ed..2bbe97974e 100644
--- a/nsswitch/libwbclient/wbclient.h
+++ b/nsswitch/libwbclient/wbclient.h
@@ -793,6 +793,9 @@ wbcErr wbcAllocateGid(gid_t *pgid);
* @param *sid Pointer to the sid of the diresired mapping.
*
* @return #wbcErr
+ *
+ * @deprecated This method is not impemented any more and should
+ * be removed in the next major version change.
**/
wbcErr wbcSetUidMapping(uid_t uid, const struct wbcDomainSid *sid);