Add variable to define if a share should be hidden.
commitd85c517b45b8feb8469f7073d770e7fedc818259
authorAndreas Schneider <anschneider@suse.de>
Fri, 22 Feb 2008 16:35:53 +0000 (22 17:35 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 26 Feb 2008 20:34:05 +0000 (26 21:34 +0100)
tree9edda2d85be6ed4a6ab70c3e0052f717d5746270
parentbe626225ef8b70694012d539489075d240b4f2a8
Add variable to define if a share should be hidden.

If you create a share on a Windows machine called foo$ then this share is
of the type STYPE_DISKTREE. So it is possible to administrate this kind of
share. Tested on Windows NT and 2003.

In samba we assume that if a share with a $ at the end must be of the type
STYPE_DISKTREE_HIDDEN. This is wrong, so we need a variable in the config
to define if the share should be hidden or not.
(This used to be commit a3da677bf0faed56e6731ee96708a7847a61d118)
source3/param/loadparm.c
source3/rpc_server/srv_srvsvc_nt.c