The Samba-Bugzilla – Attachment 1446 Details for
Bug 3095
winbindd gives NT_STATUS_INVALID_HANDLE after unsuccessfull auth
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Possible fix
winbind.diff (text/plain), 1.01 KB, created by
Volker Lendecke
on 2005-09-15 09:26:32 UTC
(
hide
)
Description:
Possible fix
Filename:
MIME Type:
Creator:
Volker Lendecke
Created:
2005-09-15 09:26:32 UTC
Size:
1.01 KB
patch
obsolete
>Index: nsswitch/winbindd_pam.c >=================================================================== >--- nsswitch/winbindd_pam.c (Revision 10236) >+++ nsswitch/winbindd_pam.c (Arbeitskopie) >@@ -404,10 +404,9 @@ > > } while ( (attempts < 2) && retry ); > >- if (NT_STATUS_IS_OK(result) && >- (!clnt_deal_with_creds(session_key, credentials, >- &ret_creds))) { >- DEBUG(3, ("DC %s sent wrong credentials\n", >+ if (!clnt_deal_with_creds(session_key, credentials, >+ &ret_creds)) { >+ DEBUG(3, ("DC %s sent wrong crecentials\n", > pipe_cli->cli->srv_name_slash)); > result = NT_STATUS_ACCESS_DENIED; > } >@@ -709,10 +708,9 @@ > > } while ( (attempts < 2) && retry ); > >- if (NT_STATUS_IS_OK(result) && >- (!clnt_deal_with_creds(session_key, credentials, >- &ret_creds))) { >- DEBUG(3, ("DC %s sent wrong credentials\n", >+ if (!clnt_deal_with_creds(session_key, credentials, >+ &ret_creds)) { >+ DEBUG(3, ("DC %s sent wrong crecentials\n", > pipe_cli->cli->srv_name_slash)); > result = NT_STATUS_ACCESS_DENIED; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 3095
:
1443
|
1444
| 1446 |
1447
|
1451