diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-10-06 14:19:24 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-10-06 14:34:21 +1100 |
commit | ea41860d32d38448e08cefd79d30ee1150317a9e (patch) | |
tree | 81d4fe8941cdda13f780d5e0074b17fef28fd555 /lib/ldb/include | |
parent | b3476f00a621cf2d5d547ed479acf91b5cc0679c (diff) | |
download | samba-ea41860d32d38448e08cefd79d30ee1150317a9e.tar.gz samba-ea41860d32d38448e08cefd79d30ee1150317a9e.tar.bz2 samba-ea41860d32d38448e08cefd79d30ee1150317a9e.zip |
ldb: support raw OIDs in control string parsing
this makes it possible to use a raw OID string on the command line or
in python scripts
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'lib/ldb/include')
-rw-r--r-- | lib/ldb/include/ldb_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ldb/include/ldb_private.h b/lib/ldb/include/ldb_private.h index cafc020e29..db2457d6df 100644 --- a/lib/ldb/include/ldb_private.h +++ b/lib/ldb/include/ldb_private.h @@ -40,6 +40,7 @@ #include "replace.h" #include "system/filesys.h" #include "system/time.h" +#include "system/locale.h" #include "ldb.h" #include "ldb_module.h" |