Bug 5398

Summary: smbprint mangles workgroup flag
Product: [Retired] Red Hat Linux Reporter: jsteele
Component: rhs-printfiltersAssignee: David Lawrence <dkl>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-09-27 18:22:42 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 jsteele 1999-09-27 17:38:28 UTC
last line of /usr/lib/rhs/rhs-printfilters contains a typo.

the expression    $wokrgroupcmd   evaluates to null, should
read :            $workgroupcmd

This caused my smb print jobs to fail silently; smbclient
was denied access, and lpd saw the file dumped to /dev/null
successfully and so reported normal operation.  fixing the
typo makes everything wokr fine.  Am I the first person to
discover this ?

Comment 1 Bill Nottingham 1999-09-27 18:22:59 UTC
*** This bug has been marked as a duplicate of 2449 ***