diff options
author | Simo Sorce <ssorce@redhat.com> | 2010-05-27 03:41:56 -0400 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-28 00:55:53 +0200 |
commit | d9cffc01be58184312a6a7b55bd523cf8daefa78 (patch) | |
tree | a7037d21510273479d752c9c7964264ac12524a1 /source3/include | |
parent | 6713f3d945f09a732e620641771d9ff403aca9ef (diff) | |
download | samba-d9cffc01be58184312a6a7b55bd523cf8daefa78.tar.gz samba-d9cffc01be58184312a6a7b55bd523cf8daefa78.tar.bz2 samba-d9cffc01be58184312a6a7b55bd523cf8daefa78.zip |
s3:auth use info3 in auth_serversupplied_info
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/auth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/auth.h b/source3/include/auth.h index 9f49fcc478..7996fafe40 100644 --- a/source3/include/auth.h +++ b/source3/include/auth.h @@ -58,7 +58,7 @@ struct auth_serversupplied_info { char *login_server; /* which server authorized the login? */ - struct samu *sam_account; + struct netr_SamInfo3 *info3; void *pam_handle; |