summaryrefslogtreecommitdiff
path: root/source4/auth/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-12-22 17:17:07 +1100
committerAndrew Tridgell <tridge@samba.org>2011-01-14 16:39:32 +1100
commitece6eae4d8862a564c581a3f3808c04edab6cb19 (patch)
tree5989f3b1f029595076106811ff5e7c4d55d4b18a /source4/auth/wscript_build
parentc82269cf862b00c987c02aefa78155c142f6d065 (diff)
downloadsamba-ece6eae4d8862a564c581a3f3808c04edab6cb19.tar.gz
s4-auth Add function to obtain any user's session_info from a given LDB
This will be a building block for a tokenGroups test, which can compare against a remote server (in particular the rootDSE) against what we would calculate the tokenGroups to be. (this meant moving some parts out of the auth_sam code into the containing library) Andrew Bartlett
Diffstat (limited to 'source4/auth/wscript_build')
-rw-r--r--source4/auth/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/wscript_build b/source4/auth/wscript_build
index 700a4a9ae4d..0111774d2e9 100644
--- a/source4/auth/wscript_build
+++ b/source4/auth/wscript_build
@@ -48,7 +48,7 @@ bld.SAMBA_SUBSYSTEM('auth_sam_reply',
bld.SAMBA_PYTHON('pyauth',
source='pyauth.c',
public_deps='auth_system_session',
- deps='samdb pytalloc-util pyparam_util',
+ deps='samdb pytalloc-util pyparam_util pyldb-util',
realname='samba/auth.so'
)