The Samba-Bugzilla – Attachment 3087 Details for
Bug 5175
smbcalcs does not do kerberos authentication (PATCH)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to allow smbcalcs to do kerberos authentication
smbcacls-3_0_28-use-kerberos.patch (text/plain), 628 bytes, created by
Tom Maher
on 2008-01-04 19:10:58 UTC
(
hide
)
Description:
patch to allow smbcalcs to do kerberos authentication
Filename:
MIME Type:
Creator:
Tom Maher
Created:
2008-01-04 19:10:58 UTC
Size:
628 bytes
patch
obsolete
>diff -Narbu samba-3.0.28.dist/source/utils/smbcacls.c samba-3.0.28/source/utils/smbcacls.c >--- samba-3.0.28.dist/source/utils/smbcacls.c 2007-11-14 19:15:04.000000000 -0800 >+++ samba-3.0.28/source/utils/smbcacls.c 2008-01-04 16:43:20.797850000 -0800 >@@ -788,7 +788,8 @@ > &ip, 0, > share, "?????", > cmdline_auth_info.username, lp_workgroup(), >- cmdline_auth_info.password, 0, >+ cmdline_auth_info.password, >+ cmdline_auth_info.use_kerberos ? CLI_FULL_CONNECTION_USE_KERBEROS : 0, > cmdline_auth_info.signing_state, NULL))) { > return c; > } else {
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 5175
: 3087