mirror of
https://github.com/samba-team/samba.git
synced 2025-01-01 21:18:10 +03:00
r18907: W00t. My original fix was correct after all :-).
Re-checking it in. Fix bug #4095 - username composed into domain\user twice in spnego path. Jeremy.
This commit is contained in:
parent
9b43d7c63a
commit
0c77046751
@ -327,7 +327,7 @@ static int reply_spnego_kerberos(connection_struct *conn,
|
||||
/* pass the unmapped username here since map_username()
|
||||
will be called again from inside make_server_info_info3() */
|
||||
|
||||
ret = make_server_info_info3(mem_ctx, user, domain,
|
||||
ret = make_server_info_info3(mem_ctx, client, domain,
|
||||
&server_info, &logon_info->info3);
|
||||
if ( !NT_STATUS_IS_OK(ret) ) {
|
||||
DEBUG(1,("make_server_info_info3 failed: %s!\n",
|
||||
|
Loading…
Reference in New Issue
Block a user