summaryrefslogtreecommitdiff
path: root/source3/include/auth.h
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-05-06 19:24:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:16:52 -0500
commitdc9f30b8b0ace8d6e2c8c0cbed537fde68d1556a (patch)
tree32acdb2e8bde99fa8fe26c81219e5fde5be0caaf /source3/include/auth.h
parent83e4ea7e852e4ae9a4ba6fd187787c76f2d54ef6 (diff)
downloadsamba-dc9f30b8b0ace8d6e2c8c0cbed537fde68d1556a.tar.gz
samba-dc9f30b8b0ace8d6e2c8c0cbed537fde68d1556a.tar.bz2
samba-dc9f30b8b0ace8d6e2c8c0cbed537fde68d1556a.zip
r15475: Ugly and disgusting patch to fix the username map problem I created by
changing the token generation. I *hate* this code! Jerry, you have been looking at this as well, can you double-check that I did not screw it up? Thanks, Volker (This used to be commit 2765c4ff8d44c970db3e075b0a2412662f1936c6)
Diffstat (limited to 'source3/include/auth.h')
-rw-r--r--source3/include/auth.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/auth.h b/source3/include/auth.h
index 465892905a..de75ff68f6 100644
--- a/source3/include/auth.h
+++ b/source3/include/auth.h
@@ -29,6 +29,7 @@ typedef struct auth_usersupplied_info {
BOOL encrypted;
+ 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 */
@@ -67,6 +68,7 @@ typedef struct auth_serversupplied_info {
void *pam_handle;
+ BOOL was_mapped; /* Did the username map match? */
char *unix_name;
} auth_serversupplied_info;