From ae0cf9c240b7026fdcd94bbcfaeefdf66fc1bfbc Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 15 May 2005 03:24:48 +0000 Subject: r6793: Move auth_sam to use the dnsDomain rather than the soon-to-be-depricated 'realm'. Add torture test for this behaviour. Andrew Bartlet (This used to be commit 6b9020661a13fd5ec6c5d1e21344d9f654978987) --- source4/torture/rpc/samlogon.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source4/torture/rpc') diff --git a/source4/torture/rpc/samlogon.c b/source4/torture/rpc/samlogon.c index 9a9c3039d2..104583058a 100644 --- a/source4/torture/rpc/samlogon.c +++ b/source4/torture/rpc/samlogon.c @@ -1259,6 +1259,12 @@ BOOL torture_rpc_samlogon(void) cli_credentials_get_password(cmdline_credentials), True }, + { + cli_credentials_get_realm(cmdline_credentials), + cli_credentials_get_username(cmdline_credentials), + cli_credentials_get_password(cmdline_credentials), + True + }, { NULL, talloc_asprintf(mem_ctx, -- cgit