summaryrefslogtreecommitdiff
path: root/source3/lib/netapi/group.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-06-02 13:04:15 +0200
committerGünther Deschner <gd@samba.org>2008-06-03 01:27:43 +0200
commit5b111cc4d59db5573e8d488f49ac87a72cc44ae7 (patch)
tree31b7d6bed16d3edb44e0d8c231aa22e0cbd2a7b4 /source3/lib/netapi/group.c
parente658d64eac6842a605c1d0696618758a3756b501 (diff)
downloadsamba-5b111cc4d59db5573e8d488f49ac87a72cc44ae7.tar.gz
samba-5b111cc4d59db5573e8d488f49ac87a72cc44ae7.tar.bz2
samba-5b111cc4d59db5573e8d488f49ac87a72cc44ae7.zip
netapi: add dummy implementation of NetGroupGetInfo().
Guenther (This used to be commit 88d03b1645d78334eb6f1fee52838a08539a6aba)
Diffstat (limited to 'source3/lib/netapi/group.c')
-rw-r--r--source3/lib/netapi/group.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/source3/lib/netapi/group.c b/source3/lib/netapi/group.c
index e1cd4e6692..8f1b96f74f 100644
--- a/source3/lib/netapi/group.c
+++ b/source3/lib/netapi/group.c
@@ -735,3 +735,21 @@ WERROR NetGroupSetInfo_l(struct libnetapi_ctx *ctx,
{
return NetGroupSetInfo_r(ctx, r);
}
+
+/****************************************************************
+****************************************************************/
+
+WERROR NetGroupGetInfo_r(struct libnetapi_ctx *ctx,
+ struct NetGroupGetInfo *r)
+{
+ return WERR_NOT_SUPPORTED;
+}
+
+/****************************************************************
+****************************************************************/
+
+WERROR NetGroupGetInfo_l(struct libnetapi_ctx *ctx,
+ struct NetGroupGetInfo *r)
+{
+ return WERR_NOT_SUPPORTED;
+}