summaryrefslogtreecommitdiff
path: root/source4/dsdb/schema/prefixmap.h
diff options
context:
space:
mode:
authorKamen Mazdrashki <kamenim@samba.org>2010-11-08 16:27:22 +0200
committerKamen Mazdrashki <kamenim@samba.org>2010-11-08 23:06:41 +0000
commit0aeb08e2eb1725ef41b6796a55a020520d13c6f7 (patch)
tree52d2f7e495cde477c439eca5aefc004cda567bde /source4/dsdb/schema/prefixmap.h
parentee34e2c94bccb90f6518c401192c5f04ae509d25 (diff)
downloadsamba-0aeb08e2eb1725ef41b6796a55a020520d13c6f7.tar.gz
samba-0aeb08e2eb1725ef41b6796a55a020520d13c6f7.tar.bz2
samba-0aeb08e2eb1725ef41b6796a55a020520d13c6f7.zip
s4-attid: Uppercase ATTID type constants
Thanks Metze for noting this! Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Mon Nov 8 23:06:41 UTC 2010 on sn-devel-104
Diffstat (limited to 'source4/dsdb/schema/prefixmap.h')
-rw-r--r--source4/dsdb/schema/prefixmap.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/dsdb/schema/prefixmap.h b/source4/dsdb/schema/prefixmap.h
index 74acecb4ff..339a221fa6 100644
--- a/source4/dsdb/schema/prefixmap.h
+++ b/source4/dsdb/schema/prefixmap.h
@@ -27,10 +27,10 @@
* Ref: MS-ADTS, 3.1.1.2.6 ATTRTYP
*/
enum dsdb_attid_type {
- dsdb_attid_type_pfm = 1, /* attid in [0x00000000..0x7FFFFFFF] */
- dsdb_attid_type_intid = 2, /* attid in [0x80000000..0xBFFFFFFF] */
- dsdb_attid_type_reserved = 3, /* attid in [0xC0000000..0xFFFEFFFF] */
- dsdb_attid_type_internal = 4, /* attid in [0xFFFF0000..0xFFFFFFFF] */
+ DSDB_ATTID_TYPE_PFM = 1, /* attid in [0x00000000..0x7FFFFFFF] */
+ DSDB_ATTID_TYPE_INTID = 2, /* attid in [0x80000000..0xBFFFFFFF] */
+ DSDB_ATTID_TYPE_RESERVED = 3, /* attid in [0xC0000000..0xFFFEFFFF] */
+ DSDB_ATTID_TYPE_INTERNAL = 4, /* attid in [0xFFFF0000..0xFFFFFFFF] */
};
/**