[Samba] Browsing 3.0.2 from Windows 2000 domain

jlee at athletics.ucla.edu jlee at athletics.ucla.edu
Wed Jul 7 18:13:49 GMT 2004


Hi,

I'm trying to make a linux file server that is browseable from a windows 
2000 domain, via authentication from a windows 2000 server. Ultimately, I 
want to be able to control permissions on the samba shares using Windows 
2000 Server Manager. Something like: 

Windows XP(client) <-> Samba(file server) <-> [authenticates through] 
Windows 2000 server

So far, I CAN browse the server by typing the IP address on the windows 
side, but I cannot log onto the computer from just browsing the network. 
The samba file server shows through browsing the network on the WinXP 
client. But when I double click, I get the following error: 

"\\LINUXSERVER is not accessible. You might not have permission to use 
this network resource. Contact..."

Also, when I try to use server manager from my Windows 2000 Server, I get 
"access is denied". I thought I can control shares from here?

Here's my smb.conf

[global]
        workgroup = WINDOMAIN
        server string = Samba Server %v
        security = DOMAIN
        map to guest = Bad User
        log file = /var/log/samba/log.%m
        max log size = 50
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        printcap name = cups
        dns proxy = No
        wins server = 192.168.0.13
        ldap ssl = no
        idmap uid = 10000-20000
        idmap gid = 10000-20000
        winbind separator = +
        printer admin = @adm
        hosts allow = 192.168.0.
        printing = cups

[test1]
        path = /tmp/boo

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

Does it have anything to do with the following errors on log.nmbd 
(var/log/samba)? 

[2004/07/07 10:35:37, 0] 
nmbd/nmbd_nameregister.c:register_name_response(130)
  register_name_response: WINS server at IP 192.168.0.13 rejected our name 
registration of LINUXSERVER<20> IP 192.168.0.14 with error code 6.
[2004/07/07 10:35:37, 0] nmbd/nmbd_mynames.c:my_name_register_failed(36)
  my_name_register_failed: Failed to register my name LINUXSERVER<20> on 
subnet UNICAST_SUBNET.
[2004/07/07 10:35:37, 0] 
nmbd/nmbd_namelistdb.c:standard_fail_register(283)
  standard_fail_register: Failed to register/refresh name LINUXSERVER<20> 
on subnet UNICAST_SUBNET
[2004/07/07 10:35:37, 0] 
nmbd/nmbd_nameregister.c:register_name_response(130)
  register_name_response: WINS server at IP 192.168.0.13 rejected our name 
registration of LINUXSERVER<03> IP 192.168.0.14 with error code 6.
[2004/07/07 10:35:37, 0] nmbd/nmbd_mynames.c:my_name_register_failed(36)
  my_name_register_failed: Failed to register my name LINUXSERVER<03> on 
subnet UNICAST_SUBNET.
[2004/07/07 10:35:37, 0] 
nmbd/nmbd_namelistdb.c:standard_fail_register(283)
  standard_fail_register: Failed to register/refresh name LINUXSERVER<03> 
on subnet UNICAST_SUBNET
[2004/07/07 10:35:37, 0] 
nmbd/nmbd_nameregister.c:register_name_response(130)
  register_name_response: WINS server at IP 192.168.0.13 rejected our name 
registration of LINUXSERVER<00> IP 192.168.0.14 with error code 6.
[2004/07/07 10:35:37, 0] nmbd/nmbd_mynames.c:my_name_register_failed(36)
  my_name_register_failed: Failed to register my name LINUXSERVER<00> on 
subnet UNICAST_SUBNET.
[2004/07/07 10:35:37, 0] 
nmbd/nmbd_namelistdb.c:standard_fail_register(283)
  standard_fail_register: Failed to register/refresh name LINUXSERVER<00> 
on subnet UNICAST_SUBNET

If not, what am I doing wrong? I thought with winbind, I should get this 
working easily. I tried wbinfo -u and got all of the domain user/computer 
listing just fine. Thanks for any help!

-John


More information about the samba mailing list