ClearFoundation Tracker - ClearOS
View Issue Details
0000222ClearOSapp-web-server - Web Serverpublic2011-01-09 13:552013-02-01 19:49
timb80 
user2 
normalminoralways
closedfixed 
5.2-SP1 
 
0000222: Enabling file upload for virtual host creates hidden share
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.
Forum thread
http://www.clearfoundation.com/component/option,com_kunena/Itemid,232/catid,17/func,view/id,22824/ [^]
No tags attached.
Issue History
2011-01-09 13:55timb80New Issue
2011-01-17 10:07user2Statusnew => acknowledged
2011-01-26 09:54timb80Note Added: 0000331
2013-02-01 19:49user2Note Added: 0000667
2013-02-01 19:49user2Statusacknowledged => resolved
2013-02-01 19:49user2Fixed in Version => 5.2-SP1
2013-02-01 19:49user2Resolutionopen => fixed
2013-02-01 19:49user2Assigned To => user2
2013-02-01 19:49user2Statusresolved => closed
2013-02-01 19:49user2Fixed in Version5.2-SP1 =>

Notes
(0000331)
timb80   
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.