From e21935fc74e8bd64bbd231d6388ea424708c3acd Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 1 Jun 2010 21:01:23 +1000 Subject: s3:auth fix header comment for internal_username -> mapped.account_name --- source3/include/auth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/include/auth.h b/source3/include/auth.h index 7a69e46c3c..71b944f804 100644 --- a/source3/include/auth.h +++ b/source3/include/auth.h @@ -28,7 +28,7 @@ struct auth_usersupplied_info { bool encrypted; struct { - char *account_name; /* username before mapping */ + char *account_name; /* username before/after mapping */ } client, mapped; bool was_mapped; /* Did the username map actually match? */ -- cgit