From a47c7f6b4cfc8ce271cfd5addbf8f901d9ab3c6e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 7 May 2011 00:50:04 +1000 Subject: s3-passdb: added pdb_samba4 This uses direct LDB operations and calls to the dsdb library to allow passdb operations (such as pdbedit and smbpasswd) offline, and uses transactions internally for database consistency. Pair-Programmed-With: Andrew Tridgell --- source3/wscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/wscript') diff --git a/source3/wscript b/source3/wscript index 4d30592d2f..ee4a98c85d 100644 --- a/source3/wscript +++ b/source3/wscript @@ -1699,6 +1699,9 @@ main() { default_static_modules.extend(TO_LIST('pdb_ads auth_netlogond')) default_shared_modules.extend(TO_LIST('charset_weird perfcount_test')) + if conf.env.toplevel_build: + default_static_modules.extend(TO_LIST('pdb_samba4 auth_samba4')) + if Options.options.with_acl_support and conf.CONFIG_SET('HAVE_POSIX_ACLS'): default_static_modules.extend(TO_LIST('vfs_posixacl')) -- cgit