s4:ldb: add infrastructure for extended dn handlers
[kai/samba.git] / source4 / lib / ldb / include / ldb_private.h
index 90c49800173d85f24ad2299f10f44c849c3668dd..d1d3587eb7ececc2df7cb72a7bda1828aac76f9c 100644 (file)
@@ -84,6 +84,9 @@ struct ldb_schema {
        /* attribute handling table */
        unsigned num_attributes;
        struct ldb_schema_attribute *attributes;
+
+       unsigned num_dn_extended_syntax;
+       struct ldb_dn_extended_syntax *dn_extended_syntax;
 };
 
 /*