diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-07-21 17:06:17 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-07-29 04:24:07 +0200 |
commit | f5963aad18de80e837448cbc29feb52081897667 (patch) | |
tree | 130c53233356893eb5d11132a48f4f780153f2d0 /source4/auth/wscript_build | |
parent | e84b8a72bd63d3f4af810536068ae65d33aabff8 (diff) | |
download | samba-f5963aad18de80e837448cbc29feb52081897667.tar.gz samba-f5963aad18de80e837448cbc29feb52081897667.tar.bz2 samba-f5963aad18de80e837448cbc29feb52081897667.zip |
s4-auth Move conversion of security_token to unix_token to auth
This allows us to honour the AUTH_SESSION_INFO_UNIX_TOKEN flag.
Andrew Bartlett
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source4/auth/wscript_build')
-rw-r--r-- | source4/auth/wscript_build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/auth/wscript_build b/source4/auth/wscript_build index d72086e1d9..f7535c4145 100644 --- a/source4/auth/wscript_build +++ b/source4/auth/wscript_build @@ -15,6 +15,12 @@ bld.SAMBA_SUBSYSTEM('auth_session', deps='samdb auth4_sam' ) +bld.SAMBA_SUBSYSTEM('auth_unix_token', + source='unix_token.c', + autoproto='unix_token_proto.h', + public_deps='LIBWBCLIENT_OLD', + ) + bld.SAMBA_SUBSYSTEM('samba_server_gensec', source='samba_server_gensec.c', |