diff options
Diffstat (limited to 'source3/auth/auth_util.c')
-rw-r--r-- | source3/auth/auth_util.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c index 9a99b2643e5..421ab3f1e46 100644 --- a/source3/auth/auth_util.c +++ b/source3/auth/auth_util.c @@ -396,10 +396,10 @@ BOOL make_user_info_netlogon_interactive(auth_usersupplied_info **user_info, Create an auth_usersupplied_data structure ****************************************************************************/ -BOOL make_user_info_for_winbind(auth_usersupplied_info **user_info, - char *username, - char *domain, - char *password) +BOOL make_user_info_winbind(auth_usersupplied_info **user_info, + char *username, + char *domain, + char *password) { unsigned char local_lm_response[24]; unsigned char local_nt_response[24]; |