Bug 5745 - Kerberos authentication with (lib)smbclient is broken in 3.2.3
Summary: Kerberos authentication with (lib)smbclient is broken in 3.2.3
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.2
Classification: Unclassified
Component: libsmbclient (show other bugs)
Version: 3.2.2
Hardware: x64 Linux
: P3 regression
Target Milestone: ---
Assignee: Jeremy Allison
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-09 09:44 UTC by Andreas Schneider
Modified: 2008-09-10 12:18 UTC (History)
0 users

See Also:


Attachments
Patch (980 bytes, patch)
2008-09-09 18:13 UTC, Jeremy Allison
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Schneider 2008-09-09 09:44:48 UTC
Commit 5f419135ba1 breaks kerberos authentication with smbclient and libsmbclinet.

smbclient -k //rupert/Profiles/
ads_krb5_get_fwd_ticket: krb5_fwd_tgt_creds failed (Hostname cannot be

if you call 'kinit -f' before it works.
Comment 1 Jeremy Allison 2008-09-09 17:19:16 UTC
Andreas, can you add the full error message please !

Jeremy.
Comment 2 Jeremy Allison 2008-09-09 18:13:36 UTC
Created attachment 3545 [details]
Patch

This should cause it to fall back to the old code path.
Please test ! Thanks,
Jeremy.
Comment 3 Jeremy Allison 2008-09-10 12:18:13 UTC
Fixed with attached patch.
Jeremy.