How do I make Linux with samba 2.0.6 allow my windows box to get
usernames off of it.  I want to use user level access control on my
Windows 98 machine and to get those user names off of the Linux Samba
server.  My smb.conf file is attached.  I don't know how to get it to
work.


# Samba config file created using SWAT
# from trentona (192.168.0.2)
# Date: 2000/02/07 21:13:04

# Global parameters
[global]
        workgroup = ADAMS
        netbios name = THEONE
        server string = I'm going to show them a world without you!
        interfaces = eth0
        encrypt passwords = Yes
        ;password server = theone
        security = user
        passwd program = /usr/bin/passwd %u
        passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n 
*passwd:*all*authentication*tokens*updated*successfully*
        unix password sync = Yes
        log level = 0
        log file = /var/log/samba/log.%m
        max log size = 50
        name resolve order = wins lmhosts nshosts bcast
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        domain logons = Yes
        os level = 65
        preferred master = Yes
        domain master = Yes
        dns proxy = No
        wins support = Yes
        default service = netlogon
        hosts allow = 192.168.0.

[homes]
        comment = Home Directories
        read only = No
        browseable = No

[netlogon]
        comment = Network Logon Service
        path = /home/netlogon
        read only = No
        guest ok = Yes
        share modes = No

[printers]
        comment = All Printers
        path = /var/spool/samba
        print ok = Yes
        browseable = No

[download]
        comment = Linux downloads
        path = /data/download
        write list = @lan
        read only = No
        guest ok = Yes

[miscStorage]
        comment = Miscellaneous Storage
        path = /data/miscStorage
        write list = @lan
        read only = No

[mounted]
        comment = SMB mounted directory
        path = /smbmount
        write list = @lan
        read only = No
        guest ok = Yes

[reference]
        comment = References Share (documentation)
        path = /data/reference
        write list = @lan
        read only = No
        guest ok = Yes

[win98]
        comment = Windows 98 partition - Extra Storage
        path = /win98
        read only = No
        guest ok = Yes

Reply via email to