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

Title: Ibay with profiles...
Post 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


Title: Re: Ibay with profiles...
Post by: cactus on September 22, 2007, 06:32:57 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
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:

Code: [Select]
[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.
Title: Re: Ibay with profiles...
Post by: tropicalview on September 28, 2007, 02:45:16 AM
great that works...

Now how can i make the template so that the SMB.CONF will contain this info even after reconfigure??