]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
netapi: add USER_PRIV_* constants to IDL.
authorGünther Deschner <gd@samba.org>
Wed, 27 Aug 2008 20:35:14 +0000 (22:35 +0200)
committerGünther Deschner <gd@samba.org>
Fri, 29 Aug 2008 11:58:01 +0000 (13:58 +0200)
Guenther

source/librpc/idl/libnetapi.idl

index f5af5445e3f1c5ced56b4d767c1e481205d89d9d..6853cee439147d22edbabaab15c22cbb853dcbeb 100644 (file)
@@ -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;