diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-12-03 06:04:18 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-12-03 06:04:18 +0000 |
commit | 2285b99cb1047ea85589ef23d4ca73278a15ee08 (patch) | |
tree | 4075ad18c9d81dba881b23b4a8d263b1ab9078fb /source3/include | |
parent | feb4f52f134d463c9871cd1709897a4b9ccfc6d2 (diff) | |
download | samba-2285b99cb1047ea85589ef23d4ca73278a15ee08.tar.gz samba-2285b99cb1047ea85589ef23d4ca73278a15ee08.tar.bz2 samba-2285b99cb1047ea85589ef23d4ca73278a15ee08.zip |
added a basic ADS backend to winbind. More work needed, but at
least basic operations work
(This used to be commit 88241cab983b2c7db7d477c6c4654694a7a56cd3)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/ads.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |