From deabae191b34bdd350c7fe6c0c9ad05defa8d08c Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 1 Jun 2010 21:08:38 +1000 Subject: s3:auth Rename user_info->client_domain -> user_info->client.domain_name This is closer to the structure I want for a common struct auth_usersupplied_info. Andrew Bartlett --- source3/include/auth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/auth.h b/source3/include/auth.h index 71b944f804..5a494537d1 100644 --- a/source3/include/auth.h +++ b/source3/include/auth.h @@ -29,10 +29,10 @@ struct auth_usersupplied_info { bool encrypted; struct { char *account_name; /* username before/after mapping */ + char *domain_name; /* username before/after mapping */ } client, mapped; bool was_mapped; /* Did the username map actually match? */ - char *client_domain; /* domain name string */ char *domain; /* domain name after mapping */ char *internal_username; /* username after mapping */ const char *workstation_name; /* workstation name (netbios calling -- cgit