Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: tropicalview on September 22, 2007, 05:52:56 PM
-
Hi,
does anybody know how i can make a Ibay for the administrator pointing to:
/home/e-smith/files/samba/profiles
So i can access the profiles without accesssing the command line
-
Hi,
does anybody know how i can make a Ibay for the administrator pointing to:
/home/e-smith/files/samba/profiles
So i can access the profiles without accesssing the command line
You will have to share it using samba: http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/
I guess this share should look something like that in your smb.conf file template fragment:
[sharename]
comment = Insert a comment here
path = /home/e-smith/files/samba/profiles
valid users = root admin
public = no
writable = yes
printable = no
create mask = 0765
This is just a pointer and is very untested.
-
great that works...
Now how can i make the template so that the SMB.CONF will contain this info even after reconfigure??