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:
Temporarily adding the keyword "SubBug" so we can be sure we have accounted for all the bugs. keyword: new = Tracking + FutureFeature + SubBug
making sure we're not missing any bugs in rhq_triage
This functionality is working now and so marking this bug as closed.