Displaying 1 result from an estimated 1 matches for "odus".
Did you mean:
opus
2011 Mar 18
0
Authentication to an Open Directory Master
...encrypt passwords = yes
wins server = 192.168.110.251
192.168.110.251 is my OD master. Our localnet is 192.168.7.0/24.
I did have to do :
net join -S odmaster -U diradmin
to join the odmaster domain on the linux file server.
Now, with this, on my local linux server, I can do :
smbclient -U oduser -L //192.168.7.45
and enter that user password, and get a list of the shares. But from any
other computer on my localnet, I just get a wrong password,
NT_STATUS_LOGON_FAILURE or other. My logs don't say anything out of the
ordinary...
Can any one give me some direction as where to look ?...