diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/auth.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/include/auth.h b/source3/include/auth.h index 9e55eeec59..e7f8e54dd4 100644 --- a/source3/include/auth.h +++ b/source3/include/auth.h @@ -27,12 +27,14 @@ struct auth_usersupplied_info { DATA_BLOB plaintext_password; bool encrypted; + struct { + char *account_name; /* username before mapping */ + } client; 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 */ - char *smb_name; /* username before mapping */ const char *workstation_name; /* workstation name (netbios calling * name) unicode string */ |