Bug 562179
Summary: | SELinux is preventing /usr/sbin/winbindd from connecting to port 1025. | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | James Matelski <jmatelski> |
Component: | selinux-policy | Assignee: | Daniel Walsh <dwalsh> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 12 | CC: | dwalsh, gdeschner, jlayton, mgrepl, ssorce |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | setroubleshoot_trace_hash:e96ca427220bcde99f81887526d1751bc722595481d1920523e17dbe7e6e5a57 | ||
Fixed In Version: | selinux-policy-3.6.32-89.fc12 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-02-20 00:21:34 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: |
Description
James Matelski
2010-02-05 14:40:54 UTC
Why is winbind tring to connect to port 1025? This looks like local customization. What is listening at port 1025? No local customizations have been made. Winbind is being used only to authenticate with a Windows 2003 Active Directory domain, which was configured using the standard Fedora 12 dialog boxes. No direct editing was done to the smb.conf or system-auth files. To my knowledge port 1025 should be used for anything as a listening port, which is rather unusual why the message started appearing. It's been going on for about 3 weeks after the latest round of patches. Hey samba guys, any idea why winbind would be trying to connect to port 1025? Dan, Winbind contacts the Domain Controller's End Point Mapper to set up an MS-RPC connection over TCP. The EPM runs on port 135 and can return any port between the ranges 1025-5000 and 49152-65535. 1025 is quite common. This document [1] describes all the ports Winbindd and smbd should be able to get access to. Please note also the Global Catalog(GC) ports (3268,3269). Simo. [1] http://technet.microsoft.com/en-us/library/dd772723%28WS.10%29.aspx Miroslav add corenet_tcp_connect_all_unreserved_ports(winbind_t) Fixed in selinux-policy-3.6.32-86.fc12 selinux-policy-3.6.32-89.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/selinux-policy-3.6.32-89.fc12 selinux-policy-3.6.32-89.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update selinux-policy'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2010-1836 selinux-policy-3.6.32-89.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report. |