diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/auth.h | 2 |
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; |