diff options
author | Tim Potter <tpot@samba.org> | 2001-11-05 01:04:45 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-11-05 01:04:45 +0000 |
commit | 4880f37e4ee08b6363314a3fb67051a6708988d0 (patch) | |
tree | f79ce457e5bb29f2471a35b67ceadacd3f5a67a0 /source/auth/auth_util.c | |
parent | 54e40b270208774ed71eff32f3c3b1d3b86b5aca (diff) | |
download | samba-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.
Diffstat (limited to 'source/auth/auth_util.c')
-rw-r--r-- | source/auth/auth_util.c | 8 |
1 files changed, 4 insertions, 4 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]; |