summaryrefslogtreecommitdiff
path: root/source3/include/auth.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-06-01 20:27:03 +1000
committerAndrew Bartlett <abartlet@samba.org>2010-06-07 23:34:28 +1000
commit23159453d3e61e2ad47fe6f86f3763280a11ea0c (patch)
tree05a7c39bcc9028b32c5156945e5646c377552c9a /source3/include/auth.h
parent0dc88d2745e89096fda0e097bcf958949d7efc2d (diff)
downloadsamba-23159453d3e61e2ad47fe6f86f3763280a11ea0c.tar.gz
samba-23159453d3e61e2ad47fe6f86f3763280a11ea0c.tar.bz2
samba-23159453d3e61e2ad47fe6f86f3763280a11ea0c.zip
s3:auth Rename user_info->smb_name -> user_info->client.account_name
This is closer to the structure I want for a common struct auth_usersupplied_info. Andrew Bartlett
Diffstat (limited to 'source3/include/auth.h')
-rw-r--r--source3/include/auth.h4
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 */