From 6f7afee75188071eb69a2c81e646b3bed4c408e9 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 27 Aug 2008 22:35:14 +0200 Subject: netapi: add USER_PRIV_* constants to IDL. Guenther (This used to be commit 3bb042d0e14e8a4f1feaace7f310143ff44a933a) --- source3/librpc/idl/libnetapi.idl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source3/librpc/idl/libnetapi.idl b/source3/librpc/idl/libnetapi.idl index f5af5445e3..6853cee439 100644 --- a/source3/librpc/idl/libnetapi.idl +++ b/source3/librpc/idl/libnetapi.idl @@ -150,6 +150,11 @@ interface libnetapi string usri0_name; } USER_INFO_0; + /* priv */ + const int USER_PRIV_GUEST = 0; + const int USER_PRIV_USER = 1; + const int USER_PRIV_ADMIN = 2; + [public] typedef struct { string usri1_name; string usri1_password; -- cgit