[Fwd: PATCH: smbcacls doesn't allow kerberos authentication]

Nick Williams Nick.Williams at morganstanley.com
Mon Nov 21 15:21:38 GMT 2005


No bugzilla. Here's the patch attached again against 3.0.20b.

Nick.

Gerald (Jerry) Carter wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Nick Williams wrote:
>
> | I sent this patch in 2 months ago. I see that it's
> | still not present in 3.0.20b. Is there a chance of
> | getting this patch in at some point? Do I need to
> | contact a different mailing list?
>
>
> Is there a bugzilla # for this?  The patch was stripped
> from your email apparently.
>
>
>
>
>
> cheers, jerry
> =====================================================================
> Alleviating the pain of Windows(tm)      ------- http://www.samba.org
> GnuPG Key                ----- http://www.plainjoe.org/gpg_public.asc
> "There's an anonymous coward in all of us."               --anonymous
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.0 (GNU/Linux)
> Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
>
> iD8DBQFDgeVJIR7qMdg1EfYRAvxrAKCdxggVwmP50H8EZtl7eeS9maCnvACg3uBO
> JPQTePh9dS0nULiWKmxH9vA=
> =X119
> -----END PGP SIGNATURE-----


-------------- next part --------------
--- source/utils/smbcacls.c.orig	2005-11-21 14:55:28.000000000 +0000
+++ source/utils/smbcacls.c	2005-11-21 14:55:59.000000000 +0000
@@ -727,7 +727,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 {


More information about the samba-technical mailing list