summaryrefslogtreecommitdiff
path: root/source3/include/ads.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-12-03 08:16:01 +0000
committerAndrew Tridgell <tridge@samba.org>2001-12-03 08:16:01 +0000
commit4405a1cc4f1d4e965e1459477dca9f058e89479e (patch)
treef185eadfadcdeb2e606ffb7afdb3f2bc72b6cff5 /source3/include/ads.h
parent92f47c03e0b8685c5f4f120dfdfb994f6dcaf9c1 (diff)
downloadsamba-4405a1cc4f1d4e965e1459477dca9f058e89479e.tar.gz
samba-4405a1cc4f1d4e965e1459477dca9f058e89479e.tar.bz2
samba-4405a1cc4f1d4e965e1459477dca9f058e89479e.zip
added another ATYPE_
(This used to be commit 514bc61daa3f6d11dadac1baed5a5bf61313b1f9)
Diffstat (limited to 'source3/include/ads.h')
-rw-r--r--source3/include/ads.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/ads.h b/source3/include/ads.h
index 3c26ed39c1..49dcdd9a43 100644
--- a/source3/include/ads.h
+++ b/source3/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