summaryrefslogtreecommitdiffstats
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
commit4880f37e4ee08b6363314a3fb67051a6708988d0 (patch)
treef79ce457e5bb29f2471a35b67ceadacd3f5a67a0
parent54e40b270208774ed71eff32f3c3b1d3b86b5aca (diff)
downloadsamba-4880f37e4ee08b6363314a3fb67051a6708988d0.tar.gz
samba-4880f37e4ee08b6363314a3fb67051a6708988d0.tar.xz
samba-4880f37e4ee08b6363314a3fb67051a6708988d0.zip
Renamed make_user_info_for_winbindd() to be more consistent with the
names of the other functions in this file.
-rw-r--r--source/auth/auth_util.c8
-rw-r--r--source/smbd/auth_util.c8
2 files changed, 8 insertions, 8 deletions
diff --git a/source/auth/auth_util.c b/source/auth/auth_util.c
index 9a99b2643e5..421ab3f1e46 100644
--- a/source/auth/auth_util.c
+++ b/source/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/source/smbd/auth_util.c b/source/smbd/auth_util.c
index 9a99b2643e5..421ab3f1e46 100644
--- a/source/smbd/auth_util.c
+++ b/source/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];