Anonymous | Login | 2024-12-21 23:58 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000222 | ClearOS | app-web-server - Web Server | public | 2011-01-09 13:55 | 2013-02-01 19:49 | ||||
Reporter | timb80 | ||||||||
Assigned To | user2 | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 5.2-SP1 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0000222: Enabling file upload for virtual host creates hidden share | ||||||||
Description | To recreate - create a web server virtual host and enable file upload - then examine the contents of /etc/samba/flexshare.conf, and the relevant section has been created with "browseable = no" effectively hiding it from the network shares. Shouldn't the default be yes? This also affects the samba share for the default web site. | ||||||||
Additional Information | Forum thread http://www.clearfoundation.com/component/option,com_kunena/Itemid,232/catid,17/func,view/id,22824/ [^] | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0000331) timb80 (developer) 2011-01-26 09:54 |
/var/webconfig/api/Httpd.class.php Line 666 $flexshare->SetFileBrowseable($domain, 0); Change to:- $flexshare->SetFileBrowseable($domain, 1); Or add webconfig option to permit the display of web folder shares in samba |
(0000667) user2 2013-02-01 19:49 |
I believe this was resolved. |
Issue History | |||
Date Modified | Username | Field | Change |
2011-01-09 13:55 | timb80 | New Issue | |
2011-01-17 10:07 | user2 | Status | new => acknowledged |
2011-01-26 09:54 | timb80 | Note Added: 0000331 | |
2013-02-01 19:49 | user2 | Note Added: 0000667 | |
2013-02-01 19:49 | user2 | Status | acknowledged => resolved |
2013-02-01 19:49 | user2 | Fixed in Version | => 5.2-SP1 |
2013-02-01 19:49 | user2 | Resolution | open => fixed |
2013-02-01 19:49 | user2 | Assigned To | => user2 |
2013-02-01 19:49 | user2 | Status | resolved => closed |
2013-02-01 19:49 | user2 | Fixed in Version | 5.2-SP1 => |