s3-rpc_server use session_info to print user details
authorAndrew Bartlett <abartlet@samba.org>
Thu, 21 Jul 2011 09:29:10 +0000 (19:29 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 3 Aug 2011 08:48:02 +0000 (18:48 +1000)
commit8e50c696265fa095614628d23b438a94ecc7e2e2
tree11c6babc4b459bcbcbcf4a1a15a7e296f843bf9d
parentc9bde9ae753939710d63262917accca1dabe9a52
s3-rpc_server use session_info to print user details

This is the authoritative source for what the user was actually
authenticated as.

The previous message printed only what they claimed, and the DC might
map this.

The workstation is no longer printed in the logs, as it allows
auth_ntlmssp_get_client() to be removed.

Andrew Bartlett

Signed-off-by: Andrew Tridgell <tridge@samba.org>
source3/rpc_server/dcesrv_ntlmssp.c