Bug 5175 - smbcalcs does not do kerberos authentication (PATCH)
Summary: smbcalcs does not do kerberos authentication (PATCH)
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.2
Classification: Unclassified
Component: Client tools (show other bugs)
Version: unspecified
Hardware: All Other
: P3 normal
Target Milestone: ---
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL: http://www.eecs.berkeley.edu/~tmaher/...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-04 19:08 UTC by Tom Maher
Modified: 2008-01-04 19:15 UTC (History)
0 users

See Also:


Attachments
patch to allow smbcalcs to do kerberos authentication (628 bytes, patch)
2008-01-04 19:10 UTC, Tom Maher
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Maher 2008-01-04 19:08:35 UTC
Contrary to the manpage, the smbcacls utility doesn't actually honor the '-k' flag to do kerberos authentication to a share.  This patch propagates the request for kerberos authentication to the actual call to cli_full_connection().

This bug (and the patch) was submitted over two years ago to the samba-technical list by Nick Williams, but doesn't appear to have ever made it into the repository.  See

http://lists.samba.org/archive/samba-technical/2005-August/042340.html

for the original mail.
Comment 1 Tom Maher 2008-01-04 19:10:58 UTC
Created attachment 3087 [details]
patch to allow smbcalcs to do kerberos authentication
Comment 2 Jeremy Allison 2008-01-04 19:15:47 UTC
Great catch - thanks for pointing that out ! Applied for 3.0.28a and 3.2.
Jeremy.