diff options
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/objectclass.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/objectclass.c b/source4/dsdb/samdb/ldb_modules/objectclass.c index 817f50a964..b30505da02 100644 --- a/source4/dsdb/samdb/ldb_modules/objectclass.c +++ b/source4/dsdb/samdb/ldb_modules/objectclass.c @@ -836,7 +836,7 @@ static int objectclass_modify(struct ldb_module *module, struct ldb_request *req } /* MS-ADTS 3.1.1.5.3.5 - on a forest level < 2003 we do allow updates - * only on application NCs - not on the standard DCs */ + * only on application NCs - not on the default ones */ if (oc_changes && (dsdb_forest_functional_level(ldb) < DS_DOMAIN_FUNCTION_2003)) { struct ldb_dn *nc_root; |