diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2011-03-04 09:33:52 +0100 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2011-03-04 22:07:24 +0100 |
commit | 86707c7cc49395453e9fa3fda14da159f0271961 (patch) | |
tree | 39808c6e0efb3e3058b2f28f492b89b0420f649a /source4/dsdb | |
parent | e4b5bce151232b64ec2190f230296c469bd94773 (diff) | |
download | samba-86707c7cc49395453e9fa3fda14da159f0271961.tar.gz samba-86707c7cc49395453e9fa3fda14da159f0271961.tar.bz2 samba-86707c7cc49395453e9fa3fda14da159f0271961.zip |
s4:objectclass LDB module - fix a comment
Reviewed by: Tridge
Diffstat (limited to 'source4/dsdb')
-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; |