s4-dsdb: add auto-normalisation of attributes
[samba.git] / source4 / dsdb / schema / schema.h
index 13cc31ca879b40712e14c6f45a71db23ac354b3f..58cf82b2973adb915467137af7eb85b52beb7ab7 100644 (file)
@@ -73,6 +73,7 @@ struct dsdb_syntax {
        WERROR (*validate_ldb)(const struct dsdb_syntax_ctx *ctx,
                               const struct dsdb_attribute *attr,
                               const struct ldb_message_element *in);
+       bool auto_normalise;
 };
 
 struct dsdb_attribute {