From 3c4336bf949a47084ebcb068b2b9223eba4137e3 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Wed, 2 Jun 2010 22:42:59 +0200 Subject: s4:objectclass LDB module - fix header and add my copyright --- source4/dsdb/samdb/ldb_modules/objectclass.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'source4/dsdb') diff --git a/source4/dsdb/samdb/ldb_modules/objectclass.c b/source4/dsdb/samdb/ldb_modules/objectclass.c index fdff3a8ff3..144e33ec83 100644 --- a/source4/dsdb/samdb/ldb_modules/objectclass.c +++ b/source4/dsdb/samdb/ldb_modules/objectclass.c @@ -3,6 +3,7 @@ Copyright (C) Simo Sorce 2006-2008 Copyright (C) Andrew Bartlett 2005-2009 + Copyright (C) Matthias Dieter Wallnöfer 2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -21,13 +22,14 @@ /* * Name: ldb * - * Component: objectClass sorting module + * Component: objectClass sorting and constraint checking module * * Description: * - sort the objectClass attribute into the class - * hierarchy, - * - fix DNs and attributes into 'standard' case - * - Add objectCategory and ntSecurityDescriptor defaults + * hierarchy and perform constraint checks (correct RDN name, + * valid parent), + * - fix DNs into 'standard' case + * - Add objectCategory and some other attribute defaults * * Author: Andrew Bartlett */ -- cgit