1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-23 06:50:21 +03:00

s3:auth fix header comment for internal_username -> mapped.account_name

This commit is contained in:
Andrew Bartlett 2010-06-01 21:01:23 +10:00
parent 7a021df96d
commit e21935fc74

View File

@ -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? */