summaryrefslogtreecommitdiff
path: root/source4/auth/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-01-11 16:43:54 +1100
committerAndrew Tridgell <tridge@samba.org>2011-01-14 16:39:32 +1100
commitedd3b033b861cf9e747c35a2345e714b4b2122a9 (patch)
treecfd5ddccff6096609922b0c5e95b91bbcd41de22 /source4/auth/wscript_build
parentece6eae4d8862a564c581a3f3808c04edab6cb19 (diff)
downloadsamba-edd3b033b861cf9e747c35a2345e714b4b2122a9.tar.gz
samba-edd3b033b861cf9e747c35a2345e714b4b2122a9.tar.bz2
samba-edd3b033b861cf9e747c35a2345e714b4b2122a9.zip
s4-auth Add get and set methods for auth_session_info python wrapper
This allows the session key, security_token and credentials to be manipulated from python. Andrew Bartlett Pair-Programmed-With: Andrew Tridgell <tridge@samba.org>
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 0111774d2e..71b3c9d086 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 pyldb-util',
+ deps='samdb pytalloc-util pyparam_util pyldb-util pycredentials',
realname='samba/auth.so'
)