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:
parent
7a021df96d
commit
e21935fc74
@ -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? */
|
||||
|
Loading…
x
Reference in New Issue
Block a user