summaryrefslogtreecommitdiff
path: root/source4/dsdb/common/dsdb_dn.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-08-01 17:47:34 +1000
committerAndrew Tridgell <tridge@samba.org>2011-08-04 16:17:25 +1000
commitd4a1f6a42b06a5d63a789cad438cfde693df24a7 (patch)
tree2d9cd75e891e0e038097d20ef535b3ca6970be97 /source4/dsdb/common/dsdb_dn.h
parentd669e83857600ec59afc5b11c0286f28fceb0d0a (diff)
downloadsamba-d4a1f6a42b06a5d63a789cad438cfde693df24a7.tar.gz
samba-d4a1f6a42b06a5d63a789cad438cfde693df24a7.tar.bz2
samba-d4a1f6a42b06a5d63a789cad438cfde693df24a7.zip
s4-dsdb: added dn_format attribute of a dsdb_attribute
this is faster than string comparisons during searches at runtime Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'source4/dsdb/common/dsdb_dn.h')
-rw-r--r--source4/dsdb/common/dsdb_dn.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source4/dsdb/common/dsdb_dn.h b/source4/dsdb/common/dsdb_dn.h
index b713bdd27b..b455c7f64e 100644
--- a/source4/dsdb/common/dsdb_dn.h
+++ b/source4/dsdb/common/dsdb_dn.h
@@ -1,10 +1,3 @@
-enum dsdb_dn_format {
- DSDB_NORMAL_DN,
- DSDB_BINARY_DN,
- DSDB_STRING_DN,
- DSDB_INVALID_DN
-};
-
struct dsdb_dn {
struct ldb_dn *dn;
DATA_BLOB extra_part;