Bug 53164

Summary: warning about unknown params on SMB mount
Product: [Retired] Red Hat Linux Reporter: James Manning <jmm>
Component: autofsAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED CURRENTRELEASE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: low    
Version: 6.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-09-04 19:36:09 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 Manning 2001-09-04 19:36:02 UTC
Description of Problem:
on an SMB mount from autofs, error about the SSL config line from smb.conf

Sep  4 15:39:13 jmm automount[656]: attempting to mount entry 
/misc/rhonda_mp3
Sep  4 15:39:15 jmm automount[1833]: >> Unknown parameter encountered: 
"ssl CA certFile"
Sep  4 15:39:15 jmm automount[1833]: >> Ignoring unknown parameter "ssl 
CA certFile"

relevant line from auto.misc:
jmm@jmm:/home/jmm> grep rhonda /etc/auto.misc
rhonda_mp3 
-fstype=smb,rw,uid=jmm,gid=jmm,username=Administrator,password=password 
://seaspirit/MP3

relevant line from smb.conf globals section:
        ssl CA certFile = /usr/share/ssl/certs/ca-bundle.crt

Version-Release number of selected component (if applicable):
jmm@jmm:/home/jmm> rpm -q autofs samba
autofs-3.1.7-21
samba-2.2.1a-4

How Reproducible:
100%

Steps to Reproduce:
1. smb mount in auto.misc
2. ssl line in smb.conf
3. hit the smb mount

Actual Results:
above warning message

Expected Results:
no such warning

Additional Information: