The Samba-Bugzilla – Attachment 7774 Details for
Bug 9098
winbind does not refresh kerberos tickets
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
dirty hack to "fix" winbind
refresh_ticket.patch (text/plain), 579 bytes, created by
ian.gordon
on 2012-08-15 12:17:09 UTC
(
hide
)
Description:
dirty hack to "fix" winbind
Filename:
MIME Type:
Creator:
ian.gordon
Created:
2012-08-15 12:17:09 UTC
Size:
579 bytes
patch
obsolete
>*** winbindd_pam.c 2012-08-15 11:53:44.000000000 +0100 >--- winbindd_pam.c.new 2012-08-15 11:53:38.000000000 +0100 >*************** >*** 647,652 **** >--- 647,659 ---- > renewal_until, > false); > >+ { >+ NTSTATUS status; >+ status = winbindd_add_memory_creds( user, uid, pass); >+ DEBUG(10, ("winbindd_add_memory_creds returned: %s\n", >+ nt_errstr(status))); >+ } >+ > if (!NT_STATUS_IS_OK(result)) { > DEBUG(10,("winbindd_raw_kerberos_login: failed to add ccache to list: %s\n", > nt_errstr(result)));
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 9098
:
7774
|
7777
|
7778
|
7779
|
7782
|
7783
|
7786
|
7795
|
7799
|
7800