WAY off topic ;-) But it seems there are some good Linux gurus on PIClist, so... I'm trying to put up a samba server in a Linux (Gentoo) box, but there are so many configuration options that I don't know what else I should try next. Can anyone send me a "smb.conf" sample? All I want is to be able to share some folders to some of the network users, so they already have an user account on this Linux machine, and they must be authenticated by this server (and not by the other WinNT server) Here is what I have now: [global] workgroup = MY_NET1 netbios name = Samba Server server string = Windows Shares in a Linux Box %v log file = /var/log/samba3/log.%m max log size = 50 log level = 1 security = user encrypt passwords = yes smb passwd file = /etc/samba/private/smbpasswd unix password sync = yes passwd program = /usr/bin/passwd %u passwd chat = *New*UNIX*password* %n\n *Re*ype*new*UNIX*password* %n\n \*passwd:*all*authentication*tokens*updated*successfully* socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 os level = 2 preferred master = no [homes] comment = Home Directories browseable = no writable = yes [Files] comment = General use browseable = yes writeable = yes wide links = no path = /desenv [www] comment = Intranet WebServer access browseable = yes public = yes write list = user1,user2,user3,@www path = /var/www/localhost/htdocs/ Thanks Francisco _______________________________________________ http://www.piclist.com View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist