From 86707c7cc49395453e9fa3fda14da159f0271961 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Fri, 4 Mar 2011 09:33:52 +0100 Subject: s4:objectclass LDB module - fix a comment Reviewed by: Tridge --- source4/dsdb/samdb/ldb_modules/objectclass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit