From 7a021df96deaf6dbe9f1abdfc16f6276e4a192fa Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 1 Jun 2010 20:30:56 +1000 Subject: s3:auth Rename user_info->internal_username -> user_info->mapped.account_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/auth.h') diff --git a/source3/include/auth.h b/source3/include/auth.h index e7f8e54dd4..7a69e46c3c 100644 --- a/source3/include/auth.h +++ b/source3/include/auth.h @@ -29,7 +29,7 @@ struct auth_usersupplied_info { bool encrypted; struct { char *account_name; /* username before mapping */ - } client; + } client, mapped; bool was_mapped; /* Did the username map actually match? */ char *client_domain; /* domain name string */ -- cgit