netapi: add NetUserEnum filter constants to public headers.
authorGünther Deschner <gd@samba.org>
Tue, 17 Jun 2008 11:13:10 +0000 (13:13 +0200)
committerGünther Deschner <gd@samba.org>
Tue, 17 Jun 2008 18:00:00 +0000 (20:00 +0200)
Guenther
(This used to be commit 32a66131eb56e1c66b89e348141047c6b98cf35e)

source3/lib/netapi/netapi.h

index d24e15901bd45ffef7fdf9671f315cd00d1fec14..9496d77e83ab7e2c42d4fef79b57c409bb2f56a1 100644 (file)
@@ -69,6 +69,12 @@ struct DOMAIN_CONTROLLER_INFO {
        const char * client_site_name;
 };
 
+#define FILTER_TEMP_DUPLICATE_ACCOUNT  ( 0x0001 )
+#define FILTER_NORMAL_ACCOUNT  ( 0x0002 )
+#define FILTER_INTERDOMAIN_TRUST_ACCOUNT       ( 0x0008 )
+#define FILTER_WORKSTATION_TRUST_ACCOUNT       ( 0x0010 )
+#define FILTER_SERVER_TRUST_ACCOUNT    ( 0x0020 )
+
 struct SERVER_INFO_1005 {
        const char * sv1005_comment;
 };