Hi,
Set in your nsswitch.conf file:
hosts: files wins dns
Then see if the name resolution problem persists. If it does you need to clean up TCP/IP configuration.
This really helped with lengthy logon times, thanks (so not really the topic of my post, but anyway)!
Additionally, did you run the following? smbldap-populate -a root
Did you set the root password using the following? smbldap-passwd root
OK, this also helped - Samba-3 by Example implies that you have to use Administrator - after I tried to log to the domain using root, I was almost there.
Almost, because I also had to do one change in my smb.conf:
add machine script = /usr/local/sbin/smbldap-useradd -w '%u'
change to:
add machine script = /usr/local/sbin/smbldap-useradd -w '%m'
(note the %m).
I don't know why this guys make so misleading and buggy books/HOWTOs - even Samba-3 by Example, which is "official Samba publication" has these two bugs I mentioned!
Tomek
-- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
