Bug 754783
Summary: | samba's use of (private) krb5_locate_kdc() broken by krb5-1.10 | |||
---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Adam Jackson <ajax> | |
Component: | samba | Assignee: | Guenther Deschner <gdeschner> | |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 16 | CC: | asn, gdeschner, jlayton, kevin, rdieter, ssorce | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | samba-3.6.5-85.fc16 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 816123 (view as bug list) | Environment: | ||
Last Closed: | 2012-05-03 07:23:32 UTC | Type: | --- | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 816123 |
Description
Adam Jackson
2011-11-17 17:44:52 UTC
… or they'll succeed, but without SMB support. :-/ xine-lib fails to detect libsmbclient because of this and just proceeds to build without it, though the file list in the RPM is strict enough so the missing plugin will fail the build. Either way, this is going to break a lot of things. samba-3.6.1-76.fc17 is a rebuild without this symbol: http://koji.fedoraproject.org/koji/taskinfo?taskID=3530245 samba's configure magic checks for this symbol and compiles without it if it's not present, but that's probably a loss of functionality. Simo assures me it's being investigated, but I'm leaving this bug open in the meantime until a proper fix is found. Without it, the 'net lookup kdc <realm>' will not work. This gives the IP address of a KDC for the specified REALM. There is no other use of this function. samba-3.6.4-83.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/samba-3.6.4-83.fc16 Package samba-3.6.4-83.fc16: * should fix your issue, * was pushed to the Fedora 16 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing samba-3.6.4-83.fc16' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-6537/samba-3.6.4-83.fc16 then log in and leave karma (feedback). samba-3.6.5-85.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/samba-3.6.5-85.fc16 samba-3.6.5-85.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report. |