Maybe I'm misunderstanding the Samba docs, but wouldn't you need
"host"
to be in the "name resolve order" for Samba to use hosts, or DNS for
name resolution?
Since Win2k/XP are DNS/hosts centric OS's that only use WINS/lmhosts for
backward compatibility one should be able to have a WINS free network if
all the MS OS's are 2k/XP and if Samba can resolve via DNS/hosts (maybe
I'm assuming too much on Samba's part).
On Mon, 2002-04-29 at 11:53, Egidijus Antanaitis wrote:> Installation: Linux RedHat 6.2, Samba 2.2.3a in windows 2000 domain
> environment. Authentification is done through winbind. Every time I
> initially connect to samba share from windows 2000 client, I must wait
about
> three seconds, windows 98 doesn't have this problem. Why does windows
2000
> workstation feel this delay? I put windows 2000 workstation in /etc/hosts,
> but it didn't help. Samba's logs don't show anything weird
also. Thanks for
> any ideas.
>
> My smb.conf:
>
> [global]
> workgroup = L.B.S
> server string = Samba server
> hosts allow = 10.0.0. 127.
> log file = /var/log/samba/log.%m
> max log size = 50
> security = domain
> password server = ERGO
> encrypt passwords = yes
> socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
> name resolve order = wins lmhosts bcast
> wins server = 10.0.0.27
> winbind separator = +
> winbind uid = 10000-20000
> winbind gid = 10000-20000
> winbind enum users = yes
> winbind enum groups = yes
> [test]
> path = /tmp
> writable = yes
> public = yes
>
> samba was compiled with:
> --with-fhs \
> --with-quotas \
> --with-smbmount \
> --with-pam \
> --with-pam-smbpass \
> --with-ufs \
> --with-acl-support \
> --with-winbind \
> --with-utmp \
>
> Egidijus
>
>
>
>
> --
> To unsubscribe from this list go to the following URL and read the
> instructions: http://lists.samba.org/mailman/listinfo/samba