summaryrefslogtreecommitdiff
path: root/source3/auth
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-11-05 01:04:45 +0000
committerTim Potter <tpot@samba.org>2001-11-05 01:04:45 +0000
commit9d56e23591f64d8b0f4378e64615fe018f3a6d68 (patch)
treeb6eb6fad40bff99645cb17301d5b42c98de1342c /source3/auth
parentc159d0f47d05b1d1b1236e7d07dcf5423b60d66f (diff)
downloadsamba-9d56e23591f64d8b0f4378e64615fe018f3a6d68.tar.gz
samba-9d56e23591f64d8b0f4378e64615fe018f3a6d68.tar.bz2
samba-9d56e23591f64d8b0f4378e64615fe018f3a6d68.zip
Renamed make_user_info_for_winbindd() to be more consistent with the
names of the other functions in this file. (This used to be commit 4880f37e4ee08b6363314a3fb67051a6708988d0)
Diffstat (limited to 'source3/auth')
-rw-r--r--source3/auth/auth_util.c8
1 files changed, 4 insertions, 4 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];