From fc956cfcbb53103ed46a3729364e88536d569dc9 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 1 Jun 2010 21:11:14 +1000 Subject: s3:auth Rename user_info->domain -> user_info->mapped.domain_name This is closer to the structure I want for a common struct auth_usersupplied_info. Andrew Bartlett --- source3/include/auth.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include/auth.h') diff --git a/source3/include/auth.h b/source3/include/auth.h index 5a494537d1..17257b3433 100644 --- a/source3/include/auth.h +++ b/source3/include/auth.h @@ -33,7 +33,6 @@ struct auth_usersupplied_info { } client, mapped; bool was_mapped; /* Did the username map actually match? */ - char *domain; /* domain name after mapping */ char *internal_username; /* username after mapping */ const char *workstation_name; /* workstation name (netbios calling * name) unicode string */ -- cgit