mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
netapi: add skeleton for NetUserModalsGet and NetUserModalsSet.
Guenther
(This used to be commit 5648145bec
)
This commit is contained in:
@ -1408,3 +1408,38 @@ WERROR NetUserSetInfo_l(struct libnetapi_ctx *ctx,
|
||||
return WERR_NOT_SUPPORTED;
|
||||
}
|
||||
|
||||
/****************************************************************
|
||||
****************************************************************/
|
||||
|
||||
WERROR NetUserModalsGet_r(struct libnetapi_ctx *ctx,
|
||||
struct NetUserModalsGet *r)
|
||||
{
|
||||
return WERR_NOT_SUPPORTED;
|
||||
}
|
||||
|
||||
/****************************************************************
|
||||
****************************************************************/
|
||||
|
||||
WERROR NetUserModalsGet_l(struct libnetapi_ctx *ctx,
|
||||
struct NetUserModalsGet *r)
|
||||
{
|
||||
return WERR_NOT_SUPPORTED;
|
||||
}
|
||||
|
||||
/****************************************************************
|
||||
****************************************************************/
|
||||
|
||||
WERROR NetUserModalsSet_r(struct libnetapi_ctx *ctx,
|
||||
struct NetUserModalsSet *r)
|
||||
{
|
||||
return WERR_NOT_SUPPORTED;
|
||||
}
|
||||
|
||||
/****************************************************************
|
||||
****************************************************************/
|
||||
|
||||
WERROR NetUserModalsSet_l(struct libnetapi_ctx *ctx,
|
||||
struct NetUserModalsSet *r)
|
||||
{
|
||||
return WERR_NOT_SUPPORTED;
|
||||
}
|
||||
|
Reference in New Issue
Block a user