diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-09-29 11:14:33 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-01-13 16:06:41 +0100 |
commit | 204e4b26aecb7e51da80cbf63efe952d17bbe856 (patch) | |
tree | 10db1a0f09447f4711994f895b894f6e034f3bb3 | |
parent | 1f2efef214d31fa13d197a3ee7ef589c4444b037 (diff) | |
download | samba-204e4b26aecb7e51da80cbf63efe952d17bbe856.tar.gz samba-204e4b26aecb7e51da80cbf63efe952d17bbe856.tar.bz2 samba-204e4b26aecb7e51da80cbf63efe952d17bbe856.zip |
s4:dsdb: use validate_update module
metze
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/samba_dsdb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/samba_dsdb.c b/source4/dsdb/samdb/ldb_modules/samba_dsdb.c index 44526128f1..c929d65483 100644 --- a/source4/dsdb/samdb/ldb_modules/samba_dsdb.c +++ b/source4/dsdb/samdb/ldb_modules/samba_dsdb.c @@ -182,6 +182,7 @@ static int samba_dsdb_init(struct ldb_module *module) "samldb", "password_hash", "operational", + "validate_update", "kludge_acl", "schema_load", "instancetype", |