I don't want them to see the ibay directory as a samba share...
This can be done with a templates-custom fragment. Create the following:
/etc/e-smith/templates-custom/etc/smb.conf/ibays/20browseable
{
my $browseable = ($ibay->prop('Browseable') || 'yes');
$OUT .= "browseable = $browseable\n";
}
Then enter the db entry:
# db accounts setprop ibayname Browseable no
And finally issue this event:
# signal-event ibay-modify
Note if your workstation had previously been connected to and viewing this share you may need to restart your workstation to clear out the previously cached (visible) ibay share name.
Darrell