I have been looking for samba documentation but haven't found anything, and there doesn't seem to be a way to configure a share through server-manager
When you configure
I-bays or Information bays, you are configuring samba shares, well.. some of the configurations. If you want more control, then you can :
-configure the samba properties via db commands
Read
here or
- edit the template of smb.conf.
/etc/e-smith/templates/ hold the configuration template fragments.
Originally I had intended to edit smb.conf but there is a note at the top that says it gets re-generated by....something.
SME Server uses different approach to manage the configuration than other Linux distro. It uses templating system which pull some of the configuration from configuration database.
You can either change the configuration by submit db commands from CLI (as root) or edit the templates directly.
If you want to edit smb.conf, you copy the fragment(s) from /etc/e-smith/templates/etc/smb.conf to /etc/e-smith/templates-custom/etc/smb.conf and edit the fragment in there.
then do a 'expand-template /etc/smb.conf' to 'regenerate' /etc/smb.conf and restart the samba server.
Read the docs *at least twice*, search the forum, fiddle around db commands and you will find SME server is a easy to manage and fun yet powerful server.
RTFM even if you are an experienced Linux user.