From e7e9f1e2dd279beaaf9d94b39378d24548a531cd Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 11 Nov 2011 12:12:17 +0100 Subject: s4:dsdb/schema: add "dsdb:schema update allowed" option to enable schema updates By default schema updates are not allowed anymore, as we don't have complete validation code to prevent database corruption. metze --- source4/dsdb/schema/schema.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/dsdb/schema/schema.h') diff --git a/source4/dsdb/schema/schema.h b/source4/dsdb/schema/schema.h index 58cf82b297..b1ae76882a 100644 --- a/source4/dsdb/schema/schema.h +++ b/source4/dsdb/schema/schema.h @@ -237,6 +237,7 @@ struct dsdb_schema { struct { bool we_are_master; + bool update_allowed; struct ldb_dn *master_dn; } fsmo; -- cgit