netapi: add NetUserEnum filter constants to IDL.
authorGünther Deschner <gd@samba.org>
Mon, 9 Jun 2008 09:00:23 +0000 (11:00 +0200)
committerGünther Deschner <gd@samba.org>
Tue, 17 Jun 2008 17:59:22 +0000 (19:59 +0200)
Guenther

source/librpc/idl/libnetapi.idl

index 94a464d3561f4d055fb878fc6a8cc528977e8100..07b640d841b72edbb678d9001a2ead856e9dc44c 100644 (file)
@@ -181,6 +181,12 @@ interface libnetapi
        /* NetUserEnum                             */
        /*******************************************/
 
+       const int FILTER_TEMP_DUPLICATE_ACCOUNT = 0x0001;
+       const int FILTER_NORMAL_ACCOUNT = 0x0002;
+       const int FILTER_INTERDOMAIN_TRUST_ACCOUNT = 0x0008;
+       const int FILTER_WORKSTATION_TRUST_ACCOUNT = 0x0010;
+       const int FILTER_SERVER_TRUST_ACCOUNT = 0x0020;
+
        [nopush,nopull] NET_API_STATUS NetUserEnum(
                [in,unique] string *server_name,
                [in] uint32 level,