From 077180191197e257f97dcea5eabb4e226b87e945 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 28 Jul 2006 06:29:09 +0000 Subject: r17287: Add the local_password module to the tree, so it doesn't get lost in ldb API changes. Andrew Bartlett (This used to be commit 44806c67dbabe2952fe355de76d7fa51f772775f) --- source4/dsdb/samdb/ldb_modules/config.mk | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'source4/dsdb/samdb/ldb_modules/config.mk') diff --git a/source4/dsdb/samdb/ldb_modules/config.mk b/source4/dsdb/samdb/ldb_modules/config.mk index ce4f12bcfe..b9fc15fc02 100644 --- a/source4/dsdb/samdb/ldb_modules/config.mk +++ b/source4/dsdb/samdb/ldb_modules/config.mk @@ -65,11 +65,21 @@ OBJ_FILES = password_hash.o PUBLIC_DEPENDENCIES = HEIMDAL_KRB5 PRIVATE_DEPENDENCIES = HEIMDAL_HDB_KEYS # -# End MODULE ldb_rootdse +# End MODULE ldb_password_hash +################################################ + ################################################ +# Start MODULE ldb_password_sync +[MODULE::ldb_password_sync] +SUBSYSTEM = ldb +INIT_FUNCTION = password_sync_module_init +OBJ_FILES = password_sync.o +# End MODULE ldb_password_sync ################################################ -# Start MODULE ldb_cludge_acl + +################################################ +# Start MODULE ldb_kludge_acl [MODULE::ldb_kludge_acl] SUBSYSTEM = ldb INIT_FUNCTION = ldb_kludge_acl_init @@ -78,7 +88,7 @@ OBJ_FILES = \ PUBLIC_DEPENDENCIES = \ LIBSECURITY # -# End MODULE ldb_rootdse +# End MODULE ldb_kludge_acl ################################################ ################################################ -- cgit