From edd3b033b861cf9e747c35a2345e714b4b2122a9 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 11 Jan 2011 16:43:54 +1100 Subject: 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 --- source4/auth/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/auth/wscript_build') 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' ) -- cgit