s4:dsdb/schema: add "dsdb:schema update allowed" option to enable schema updates
[samba.git] / source4 / dsdb / schema / schema.h
index 58cf82b2973adb915467137af7eb85b52beb7ab7..b1ae76882ab035733c62da1bae7b90ae31a9876a 100644 (file)
@@ -237,6 +237,7 @@ struct dsdb_schema {
 
        struct {
                bool we_are_master;
+               bool update_allowed;
                struct ldb_dn *master_dn;
        } fsmo;