diff options
author | Andreas Schneider <asn@samba.org> | 2010-06-02 19:39:18 +0200 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2010-06-04 12:12:37 -0400 |
commit | 9097bdddd03f81579699e0d0ce725a7453a3a158 (patch) | |
tree | 452b12b712e1ed4053d755ee7cdd74dcaaac7156 /source3/wscript_build | |
parent | fad86ddf5531c8f5862b697e99c24a7bd526d73e (diff) | |
download | samba-9097bdddd03f81579699e0d0ce725a7453a3a158.tar.gz samba-9097bdddd03f81579699e0d0ce725a7453a3a158.tar.bz2 samba-9097bdddd03f81579699e0d0ce725a7453a3a158.zip |
s3-auth: Moved smbd user functions to a generic place.
Reviewed-by: Simo Sorce <idra@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rw-r--r-- | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 0ff206380d..3ce63adb69 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -524,7 +524,7 @@ AUTH_NETLOGOND_SRC = 'auth/auth_netlogond.c' AUTH_STATIC = '' AUTH_SRC = '''${AUTH_STATIC} auth/auth.c auth/auth_util.c auth/token_util.c auth/auth_compat.c auth/auth_ntlmssp.c auth/user_info.c auth/check_samsec.c - auth/server_info.c auth/server_info_sam.c + auth/user_util.c auth/server_info.c auth/server_info_sam.c ${PLAINTEXT_AUTH_SRC} ${SLCACHE_SRC} ${DCUTIL_SRC}''' #FIXME: set IDMAP_STATIC during configuration |