summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-24 13:16:20 +0100
committerGünther Deschner <gd@samba.org>2011-03-30 01:13:07 +0200
commit03e6082e3c8230f2ffc6b8a5d27109c41f7aca81 (patch)
treeb098b82532e0027696e44b3c14fac382286f2339 /source3/wscript_build
parent9bd06f6bc72ffd414e417a99cca425f047810b3c (diff)
downloadsamba-03e6082e3c8230f2ffc6b8a5d27109c41f7aca81.tar.gz
samba-03e6082e3c8230f2ffc6b8a5d27109c41f7aca81.tar.bz2
samba-03e6082e3c8230f2ffc6b8a5d27109c41f7aca81.zip
s3: create_builtin_users/administrators belongs to passdb not auth.
Guenther
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 76abe0b9bb..9e3c7eeb43 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -231,7 +231,8 @@ PASSDB_SRC = '''${PASSDB_GET_SET_SRC} passdb/passdb.c
passdb/util_unixsids.c passdb/lookup_sid.c
passdb/login_cache.c
passdb/account_pol.c ${PRIVILEGES_SRC}
- lib/util_nscd.c lib/winbind_util.c ${SERVER_MUTEX_SRC}'''
+ lib/util_nscd.c lib/winbind_util.c ${SERVER_MUTEX_SRC}
+ passdb/pdb_util.c'''
#FIXME: lib/winbind_util.c probably is not part of PASSDB_SRC
GROUPDB_SRC = '''groupdb/mapping.c groupdb/mapping_tdb.c'''