Bug 42395 - smb.conf file has odd crap in it that cause spurious errors
Summary: smb.conf file has odd crap in it that cause spurious errors
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: samba
Version: 7.1
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Trond Eivind Glomsrxd
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-05-27 00:54 UTC by Seth Vidal
Modified: 2007-04-18 16:33 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-05-27 00:54:22 UTC
Embargoed:


Attachments (Terms of Use)

Description Seth Vidal 2001-05-27 00:54:18 UTC
Description of Problem:
run any samba-related command on a system with the default smb.conf file
and you get:

$ smbpasswd
Unknown parameter encountered: "ssl CA certFile"
Ignoring unknown parameter "ssl CA certFile"

it seems to be due to the fact that samba is no longer built with the silly
ssl support turned on.


this should be commented out of the smb.conf file in /etc/samba


the section says this:
# The following is needed to keep smbclient from spouting spurious errors
# when Samba is built with support for SSL.
   ssl CA certFile = /usr/share/ssl/certs/ca-bundle.crt

this is kinda a lie :)


How Reproducible:
always



Steps to Reproduce:
1. run smbclient
2. run smbpasswd
3. run testparm


thats all

Comment 1 Trond Eivind Glomsrxd 2001-06-19 14:07:54 UTC
This is commented out in 2.2.0-1


Note You need to log in before you can comment on or make changes to this bug.