I have just recently installed Samba. I have two WinXP Pro machines networked to a FreeBSD 5.4 computer. The Printer is connected to one of the WinXP machines currently.

This is the output of the 'smbclient' command.

smbclient -U user-name -L winxp
Password:
Domain=[winxp] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]

        Sharename       Type      Comment
        ---------       ----      -------
Error returning browse list: NT_STATUS_OK
Domain=[winxp] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]

        Server               Comment
        ---------            -------

        Workgroup            Master
        ---------            -------

As you can see, nothing is listed.

This is my smb.conf file. It is rather simple.

# Samba config file created using SWAT
# from 216.45.217.148 (216.45.217.148)
# Date: 2006/01/02 14:44:49

[global]
        log file = /var/log/samba/log.%m
        load printers = No
        show add printer wizard = No
        domain master = No
        ldap ssl = no
        valid users = @wheel
        admin users = @wheel
        write list = @wheel
        hide dot files = No

[BS-Web]
        comment = BeerStud 'htdocs' dir
        path = /usr/local/www/beerstud/htdocs
        valid users =
        force user = XXX
        force group = XXX
        read only = No

[SC-Web]
        comment = Seibercom 'htdoc' dir
        path = /usr/local/www/seibercom/htdocs
        force user = XXX
        force group = XXX
        read only = No

[orivate]
        comment = Private Directory
        path = /usr/home/private
        force user = XXX
        force group = XXX
        read only = No

[cgi-bin]
        comment = CGI-BIN Directory
        path = /usr/local/www/cgi-bin
        force user = XXX
        force group = XXX
        read only = No

[Send]
        comment = DADA Scheduled Mail Directory
        path = /usr/home/ges/.dada_files/.send
        force user = ges
        force group = ges
        read only = No
        create mask = 00
        force create mode = 0666

[dada-log]
        comment = DADA Logs
        path = /usr/home/ges/.dada_files/.logs
        read only = No

[config-l]
        comment = config files usr-local-etc
        path = /usr/local/etc
        username = @wheel, @user, root
        valid users = @wheel, @user, root
        admin users = @wheel, @user, root
        write list = @wheel, @user, root
        read only = No

All of the share do show up in the Windows Network. What am I doing wrong here.

Ciao

--
Gerard
[EMAIL PROTECTED]
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to