Bug 545697

Summary: samba: delete global configuration properties fail
Product: [Other] RHQ Project Reporter: Rajan Timaniya <rtimaniy>
Component: ConfigurationAssignee: RHQ Project Maintainer <rhq-maint>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: 1.4CC: sdharane
Target Milestone: ---Keywords: SubBug
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-02-17 13:04:03 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 Rajan Timaniya 2009-12-09 05:58:00 UTC
Description of problem:
samba: delete global configuration properties fail

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. Log in to imanage
2. Click on Overview and then Dashboard
3. Click on 'Samba Server' under the 'Recently Added Resources'
4. Click on 'CONFIGURE' tab
5. Click on 'EDIT' button
6. Select 'Unset' for following properties
	Workgroup

Server string

Authentication Mode

Encrypt passwords

Printing Enabled

Cups options
7. Click on 'SAVE' button
  
Actual results:
iManage samba plugin neither modify smb.conf with unset the values for 'server string', 'security', 'encrypt passwords', 'load printers' and 'cups options' nor provide proper validation for 'Unset' functionality

iManage samba UI shows the values are unset but the values exist in smb.conf, verify using following commands:
# testparm -sv --section-name= global --parameter-name='server string'
# testparm -sv --section-name= global –parameter-name=security
# testparm -sv --section-name= global --parameter-name="encrypt passwords"
# testparm -sv --section-name= global –parameter-name="load printers"
# testparm -sv --section-name= global --parameter-name="cups options"

Expected results:
iManage samba plugin modify smb.conf with unset the values for 'server string', 'security', 'encrypt passwords', 'load printers' and 'cups options' or provide proper validation for 'Unset' functionality

Additional info:

Comment 1 wes hayutin 2010-02-16 16:52:36 UTC
Temporarily adding the keyword "SubBug" so we can be sure we have accounted for all the bugs.

keyword:
new = Tracking + FutureFeature + SubBug

Comment 2 wes hayutin 2010-02-16 16:58:18 UTC
making sure we're not missing any bugs in rhq_triage

Comment 3 Sudhir D 2010-02-17 13:04:03 UTC
This functionality is working now and so marking this bug as closed.