mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
libwbclient: doxygen: mark wbcRemoveUidMapping deprecated
This commit is contained in:
parent
d75ad33598
commit
7494724b84
@ -819,6 +819,9 @@ wbcErr wbcSetGidMapping(gid_t gid, const struct wbcDomainSid *sid);
|
||||
* @param *sid Pointer to the sid of the mapping to remove.
|
||||
*
|
||||
* @return #wbcErr
|
||||
*
|
||||
* @deprecated This method is not impemented any more and should
|
||||
* be removed in the next major version change.
|
||||
**/
|
||||
wbcErr wbcRemoveUidMapping(uid_t uid, const struct wbcDomainSid *sid);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user