summaryrefslogtreecommitdiffstats
path: root/source/include/auth.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2001-08-12 11:19:57 +0000
committerAndrew Bartlett <abartlet@samba.org>2001-08-12 11:19:57 +0000
commitea1c547ac880def29f150de2172c95213509350e (patch)
tree5335502bcf599ae887974fe5dc0c9cdf93c5ec68 /source/include/auth.h
parenta2a4d4e6286c2127b6f8e32fc97b96dabd7cdb40 (diff)
downloadsamba-ea1c547ac880def29f150de2172c95213509350e.tar.gz
samba-ea1c547ac880def29f150de2172c95213509350e.tar.xz
samba-ea1c547ac880def29f150de2172c95213509350e.zip
This patch does a number of things, mostly smaller than they look :-)
In particuar, it moves the domain_client_validate stuff out of auth_domain.c to somwhere where they (I hope) they can be shared with winbind better. (This may need some work) The main purpose of this patch was however to improve some of the internal documentation and to correctly place become_root()/unbecome_root() calls within the code. Finally this patch moves some more of auth.c into other files, auth_unix.c in this case. Andrew Bartlett
Diffstat (limited to 'source/include/auth.h')
-rw-r--r--source/include/auth.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/include/auth.h b/source/include/auth.h
index 2c761f57a1c..028f8303da8 100644
--- a/source/include/auth.h
+++ b/source/include/auth.h
@@ -69,10 +69,10 @@ typedef struct usersupplied_info
uint8 chal[8];
- AUTH_STR requested_domain; /* domain name unicode string */
+ AUTH_STR requested_domain; /* domain name string */
AUTH_STR domain; /* domain name after mapping */
AUTH_STR requested_username;
- AUTH_STR smb_username; /* user name unicode string (after mapping) */
+ AUTH_STR smb_username; /* user name string (after mapping) */
AUTH_STR wksta_name; /* workstation name (netbios calling name) unicode string */
} auth_usersupplied_info;