summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_tdb/ldb_tdb.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-05-09 12:30:30 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:51:50 -0500
commit51d5ddecc60b6e33e1d542cb92b2fe6736849398 (patch)
tree8129d864e86c8005337d2e48d39cbb4ab6fe9fde /source4/lib/ldb/ldb_tdb/ldb_tdb.h
parent9652ed4de87d2bc449c0dd5fe07f4e15190511f0 (diff)
downloadsamba-51d5ddecc60b6e33e1d542cb92b2fe6736849398.tar.gz
samba-51d5ddecc60b6e33e1d542cb92b2fe6736849398.tar.bz2
samba-51d5ddecc60b6e33e1d542cb92b2fe6736849398.zip
r606: added a HIDDEN attribute on fields in ldb (in @ATTRIBUTES). This allows you to mark
an attribute as only appearing in searches that explicitly name it. It will be used for attributes like nTSecurityDescriptor (This used to be commit f5cd3d733b71368ea652f8a4d653d87f45ff983f)
Diffstat (limited to 'source4/lib/ldb/ldb_tdb/ldb_tdb.h')
-rw-r--r--source4/lib/ldb/ldb_tdb/ldb_tdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/ldb/ldb_tdb/ldb_tdb.h b/source4/lib/ldb/ldb_tdb/ldb_tdb.h
index c791cbe201..b678aac631 100644
--- a/source4/lib/ldb/ldb_tdb/ldb_tdb.h
+++ b/source4/lib/ldb/ldb_tdb/ldb_tdb.h
@@ -42,6 +42,7 @@ struct ltdb_private {
#define LTDB_FLAG_INTEGER (1<<1)
#define LTDB_FLAG_WILDCARD (1<<2)
#define LTDB_FLAG_OBJECTCLASS (1<<3)
+#define LTDB_FLAG_HIDDEN (1<<4)
#ifndef IVAL