s4:dsdb Rework samdb code to use 'storage format' DNs for defaultObjectCategory
[abartlet/samba.git/.git] / source4 / dsdb / samdb / samdb.h
index 45ab716741b3fe45daf71c13d699449d0cda5465..33f4fd38310f8c6c7cc4bcdd288364599349ce31 100644 (file)
@@ -135,4 +135,9 @@ struct dsdb_openldap_dereference_result_control {
 #define DSDB_PARTITION_DN "@PARTITION"
 #define DSDB_PARTITION_ATTR "partition"
 
+#define DSDB_EXTENDED_DN_STORE_FORMAT_OPAQUE_NAME "dsdb_extended_dn_store_format"
+struct dsdb_extended_dn_store_format {
+       bool store_extended_dn_in_ldb;
+};
+
 #endif /* __SAMDB_H__ */