From 2285b99cb1047ea85589ef23d4ca73278a15ee08 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 3 Dec 2001 06:04:18 +0000 Subject: added a basic ADS backend to winbind. More work needed, but at least basic operations work (This used to be commit 88241cab983b2c7db7d477c6c4654694a7a56cd3) --- source3/include/ads.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/include/ads.h') diff --git a/source3/include/ads.h b/source3/include/ads.h index a2584454ec..3c26ed39c1 100644 --- a/source3/include/ads.h +++ b/source3/include/ads.h @@ -27,3 +27,6 @@ typedef struct { #define UF_INTERDOMAIN_TRUST_ACCOUNT 0x0800 #define UF_WORKSTATION_TRUST_ACCOUNT 0x1000 #define UF_SERVER_TRUST_ACCOUNT 0x2000 + +/* account types */ +#define ATYPE_NORMAL_GROUP 0x10000000 -- cgit