Bug 19010
Summary: | Samba-ssl problems (version 2.0.7-2) connecting to Windows NT | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Dean Samuels <dsamuels> |
Component: | samba | Assignee: | Trond Eivind Glomsrxd <teg> |
Status: | CLOSED RAWHIDE | QA Contact: | Dale Lovelace <dale> |
Severity: | medium | Docs Contact: | |
Priority: | high | ||
Version: | 7.0 | CC: | dr, nalin |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | noarch | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2001-05-07 19:10:17 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
Dean Samuels
2000-10-13 00:48:16 UTC
I can confirm this bug in the Redhat 7.0 RPM packages for Samba. I can't connect to Windows 95, 98 and 2000 machines with the same error as reported above. As well, no external machines can connect to me. The SSL-related message is a spurious error which you can cure by adding "ssl CA certFile = /etc/httpd/conf/ssl.crt/ca-bundle.crt" if you have mod_ssl installed. (Future versions of the openssl package will provide this file, and future versions of the samba package will be configured to use it by default). I'm not able to reproduce the "can't connect" problem you're seeing. I can confirm that SSL related message is spurious. I'm getting it (even having ssl = no in smb.conf ) but all connections are working fine ssl CA certFile = /etc/httpd/conf/ssl.crt/server.crt" does work, but just for localhost - if I'm running smbclient from the host, but login attempts from windows are unsuccessful. If you're set up security = share than public shares are visible. Ssl is disabled in our newer RPMs (at least 2.2.0-1 and up, probably earlier). This should elimate the problem. |