1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

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 4880f37e4e)
This commit is contained in:
Tim Potter 2001-11-05 01:04:45 +00:00
parent c159d0f47d
commit 9d56e23591
2 changed files with 8 additions and 8 deletions

View File

@ -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];

View File

@ -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];