diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-06-02 22:42:59 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-06-07 14:47:19 +0200 |
commit | 3c4336bf949a47084ebcb068b2b9223eba4137e3 (patch) | |
tree | 2bcd3503e4375fa9727b7f860c116aa2307efdc1 /source4 | |
parent | 04c7484cf9e8dd6d2d0b641eb942fcb97a604d9b (diff) | |
download | samba-3c4336bf949a47084ebcb068b2b9223eba4137e3.tar.gz samba-3c4336bf949a47084ebcb068b2b9223eba4137e3.tar.bz2 samba-3c4336bf949a47084ebcb068b2b9223eba4137e3.zip |
s4:objectclass LDB module - fix header and add my copyright
Diffstat (limited to 'source4')
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/objectclass.c | 10 |
1 files changed, 6 insertions, 4 deletions
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 <abartlet@samba.org> 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 */ |