this is my working smb.conf:

[global]
 netbios name = Linux
 workgroup = linuxgroup
 server string = powered by Linux
 log level = 2
 log file = /var/log/samba.log
 security = user
 encrypt passwords = yes
 smb passwd file = /etc/samba/smbpasswd

# users' home directory
[home]
        writable = yes
        browseable = yes
        path = /home
# share folder with full access
[share]
        comment = share dir
        path = /share
        guest ok = yes
        writable = yes
        browseable = yes
        read only = no
        public = yes


--- Ina Patricia Lopez <[EMAIL PROTECTED]> wrote:
> hi!
> 
> i had just installed samba on my redhat box. i want to do 2 things
> for
> the moment.
> 
> let my users access their home directory (/home/user_x) but be
> prompted
> with his password.
> 
> let them access a share folder without a password.
> 
> tried a of smb.conf file but cant make it work or i just cant get the
> right combo.
> 
> thanks for the help.
> ina patricia
> 
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
> _
> Philippine Linux Users Group. Web site and archives at
> http://plug.linux.org.ph
> To leave: send "unsubscribe" in the body to
> [EMAIL PROTECTED]
> 
> Fully Searchable Archives With Friendly Web Interface at
> http://marc.free.net.ph
> 
> To subscribe to the Linux Newbies' List: send "subscribe" in the body
> to [EMAIL PROTECTED]


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph

To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
[EMAIL PROTECTED]

Reply via email to