s3-auth remove sanitized_username from auth_serversupplied_info
authorAndrew Bartlett <abartlet@samba.org>
Tue, 26 Jul 2011 03:43:33 +0000 (13:43 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 3 Aug 2011 08:48:04 +0000 (18:48 +1000)
commit1aced1e989a9fb052ee67e302e59df1113e6bd79
treef8975bf00faa23f9735fdded6c658fcfd9bd6a51
parent9a45bf39527d9c2dcd8d2debf214196100a3efce
s3-auth remove sanitized_username from auth_serversupplied_info

This structure element was only written to, not read.

It is filled into the companion structure, auth_session_info()
by create_local_token().

Andrew Bartlett

Signed-off-by: Andrew Tridgell <tridge@samba.org>
source3/auth/auth_util.c
source3/auth/server_info_sam.c
source3/include/auth.h
source3/include/proto.h
source3/lib/util_str.c