After doing a backup to desktop of a 5.6 PDC and then restoring it onto new hardware (BTW, the http restore failed so I untared manually), the weirdest thing happenned. Client w2k/xp machines can interact perfect with the server, but can no longer browse each other. Here are a couple of examples:
[root@orion samba]# smbclient -LMUSCA -Utestuser%testuser
added interface ip=127.0.0.1 bcast=127.255.255.255 nmask=255.0.0.0
added interface ip=10.0.0.15 bcast=10.0.0.255 nmask=255.255.255.0
Got a positive name query response from 127.0.0.1 ( 10.0.0.105 )
session setup failed: NT_STATUS_LOGON_FAILURE
[root@orion samba]# smbclient \musca\shared -Utestuser%testuser
added interface ip=127.0.0.1 bcast=127.255.255.255 nmask=255.0.0.0
added interface ip=10.0.0.15 bcast=10.0.0.255 nmask=255.255.255.0
Got a positive name query response from 127.0.0.1 ( 10.0.0.105 )
session setup failed: NT_STATUS_LOGON_FAILURE
The "shared" share is wide open. So, IPC$ does not let me in nor will a specific share.
Could this be a SID issue??? If anyone has any ideas please share, I'm in a pickle : )