diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-12-22 17:17:07 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-01-14 16:39:32 +1100 |
commit | ece6eae4d8862a564c581a3f3808c04edab6cb19 (patch) | |
tree | 5989f3b1f029595076106811ff5e7c4d55d4b18a /source4/auth/wscript_build | |
parent | c82269cf862b00c987c02aefa78155c142f6d065 (diff) | |
download | samba-ece6eae4d8862a564c581a3f3808c04edab6cb19.tar.gz samba-ece6eae4d8862a564c581a3f3808c04edab6cb19.tar.bz2 samba-ece6eae4d8862a564c581a3f3808c04edab6cb19.zip |
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_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/wscript_build b/source4/auth/wscript_build index 700a4a9ae4..0111774d2e 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' ) |