r4505: Add a first very basic schema module
commitb92afa3838ba14fbe66bb683949a7f3bce946faa
authorSimo Sorce <idra@samba.org>
Mon, 3 Jan 2005 14:05:47 +0000 (3 14:05 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:08:16 +0000 (10 13:08 -0500)
tree280ed146a4de978c59d43aa5231468c7182311b5
parent5e94b016f06355289eabcd163678127988421a52
r4505: Add a first very basic schema module
To use it you should provide a schema.ldb file where the schema is stored
and load the module in the ldb you want to have schema check activated

more info soon.

currently schema checks are performed only on new object creation not on modifications

Simo.
(This used to be commit b8bb62f14419efd434a344606fb3f753384761a0)
source4/lib/ldb/Makefile.ldb
source4/lib/ldb/common/ldb_modules.c
source4/lib/ldb/config.mk
source4/lib/ldb/modules/schema.c [new file with mode: 0644]