summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/auth/auth_util.c8
-rw-r--r--source3/smbd/auth_util.c8
2 files changed, 8 insertions, 8 deletions
diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c
index 9a99b2643e..421ab3f1e4 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];
diff --git a/source3/smbd/auth_util.c b/source3/smbd/auth_util.c
index 9a99b2643e..421ab3f1e4 100644
--- a/source3/smbd/auth_util.c
+++ b/source3/smbd/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];