Koozali.org: home of the SME Server

Ibay with profiles...

Offline tropicalview

  • *****
  • 196
  • +0/-0
    • http://www.tropicalview.net
Ibay with profiles...
« 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


The sky is not the limit, But when I reach the sky, for sure I will not try to go to the limit.... (donated $25,- upto now)

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: Ibay with profiles...
« Reply #1 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.
« Last Edit: September 22, 2007, 06:36:24 PM by cactus »
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline tropicalview

  • *****
  • 196
  • +0/-0
    • http://www.tropicalview.net
Re: Ibay with profiles...
« Reply #2 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??


The sky is not the limit, But when I reach the sky, for sure I will not try to go to the limit.... (donated $25,- upto now)