netapi: add USER_PRIV_* constants to IDL.
[ira/wip.git] / 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;