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:
parent
c159d0f47d
commit
9d56e23591
@ -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];
|
||||
|
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user