mirror of
https://github.com/samba-team/samba.git
synced 2025-07-30 19:42:05 +03:00
netapi: add skeleton for NetUserGetGroups.
Guenther
(This used to be commit a21ec57b28
)
This commit is contained in:
@ -2354,3 +2354,21 @@ WERROR NetUserModalsSet_l(struct libnetapi_ctx *ctx,
|
||||
{
|
||||
LIBNETAPI_REDIRECT_TO_LOCALHOST(ctx, r, NetUserModalsSet);
|
||||
}
|
||||
|
||||
/****************************************************************
|
||||
****************************************************************/
|
||||
|
||||
WERROR NetUserGetGroups_r(struct libnetapi_ctx *ctx,
|
||||
struct NetUserGetGroups *r)
|
||||
{
|
||||
return WERR_NOT_SUPPORTED;
|
||||
}
|
||||
|
||||
/****************************************************************
|
||||
****************************************************************/
|
||||
|
||||
WERROR NetUserGetGroups_l(struct libnetapi_ctx *ctx,
|
||||
struct NetUserGetGroups *r)
|
||||
{
|
||||
LIBNETAPI_REDIRECT_TO_LOCALHOST(ctx, r, NetUserGetGroups);
|
||||
}
|
||||
|
Reference in New Issue
Block a user