Greetings-
my smb.conf file is below. When i access my samba shares from windows it
displays the directory 'henninb' which i expect and the directory 'homes' which
i do not expect. do i have something wrong is my configuration? why does the
directory 'homes' show up?
thanks,

brian

/usr/local/etc/smb.conf
-----------------------
[global]
    workgroup = THE-MATRIX
    netbios name = TRINITY
    server string = Samba Server
    encrypt passwords = Yes
    smb passwd file = /usr/local/private/smbpasswd
    passwd program = /usr/bin/passwd %u
    unix password sync = Yes
    log file = /var/log/samba/%m.log
    max log size = 0
    socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
    dns proxy = No
    hosts allow = 192.168.1. 192.168.2. 127.

[homes]
    comment = Home Directories
    valid users = %S
    read only = No
    create mask = 0664
    directory mask = 0775

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to