diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-12-03 08:16:01 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-12-03 08:16:01 +0000 |
commit | 514bc61daa3f6d11dadac1baed5a5bf61313b1f9 (patch) | |
tree | c6167341191460cc1c7e09cec9a10aabd68ec9ad /source/include | |
parent | c8339ce5c88a371728a329d0e80266fe41c00fee (diff) | |
download | samba-514bc61daa3f6d11dadac1baed5a5bf61313b1f9.tar.gz samba-514bc61daa3f6d11dadac1baed5a5bf61313b1f9.tar.xz samba-514bc61daa3f6d11dadac1baed5a5bf61313b1f9.zip |
added another ATYPE_
Diffstat (limited to 'source/include')
-rw-r--r-- | source/include/ads.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/include/ads.h b/source/include/ads.h index 3c26ed39c18..49dcdd9a434 100644 --- a/source/include/ads.h +++ b/source/include/ads.h @@ -29,4 +29,5 @@ typedef struct { #define UF_SERVER_TRUST_ACCOUNT 0x2000 /* account types */ -#define ATYPE_NORMAL_GROUP 0x10000000 +#define ATYPE_GROUP 0x10000000 +#define ATYPE_USER 0x30000000 |