r5668: Add tests to RPC-SAMLOGON to test for user@REALM style logins. These
commitde02c7c222a32d2b3fb8ee8b715749b96cb647f9
authorAndrew Bartlett <abartlet@samba.org>
Sun, 6 Mar 2005 08:24:34 +0000 (6 08:24 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:10:58 +0000 (10 13:10 -0500)
treeb0569743b86a8bfe084bdc4e5e5f15db5e3cf38c
parent69114b4a8e1c937ab5ff12ca91dd22bd83fd9a3b
r5668: Add tests to RPC-SAMLOGON to test for user@REALM style logins.  These
need a NULL domain (or a "" domain, except this breaks NTLMv2, and I
need to look into it a bit more).

Add support to the Samba4 server for these logins.  This will need
extension when we handle trusted domains as a DC, as it is a principal
name, not just another format for the username.

Andrew Bartlett
source/auth/auth_util.c
source/libcli/auth/smbencrypt.c
source/torture/rpc/samlogon.c