From b330ea29c7af8e0cdd7d9773016e8fdc2d09df22 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 17 Jun 2008 13:13:10 +0200 Subject: netapi: add NetUserEnum filter constants to public headers. Guenther (This used to be commit 32a66131eb56e1c66b89e348141047c6b98cf35e) --- source3/lib/netapi/netapi.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source3') diff --git a/source3/lib/netapi/netapi.h b/source3/lib/netapi/netapi.h index d24e15901b..9496d77e83 100644 --- a/source3/lib/netapi/netapi.h +++ b/source3/lib/netapi/netapi.h @@ -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; }; -- cgit