Hi, I have a samba PDC running on Centos4 with several hundred Windows PS's using it for authentication. I've just upgraded the fileserver which serves the users home directories to Centos5. The problem is how to get the upgraded fileserver to join the existing domain. On the server JANUS I have an account for the upgraded fileserver in /etc/passwd same as before. When I try and join the domain from the fileserver I get [root@youngmunster ~]# net rpc join MEMBER -U root -d 2 [2007/07/05 14:13:37, 2] lib/interface.c:add_interface(81) added interface ip=10.220.1.153 bcast=10.220.1.255 nmask=255.255.255.0 [2007/07/05 14:13:37, 1] utils/net_rpc.c:run_rpc_command(170) rpc command function failed! (NT_STATUS_ACCESS_DENIED) Password: xxxxxxxxx [2007/07/05 14:13:43, 0] utils/net_rpc_join.c:net_rpc_join_newstyle(350) Error in domain join verification (credential setup failed): NT_STATUS_ACCESS_DENIED Unable to join domain CSIS. [2007/07/05 14:13:43, 2] utils/net.c:main(988) return code = 1 Tony
Tony Molloy
2007-Jul-05 13:57 UTC
[Samba] Problem jioning domain using "net rpc join" SOLVED
On Thursday 05 July 2007 14:15, Tony Molloy wrote:> Hi, > > > I've just upgraded the fileserver which serves the users home directories > to Centos5. The problem is how to get the upgraded fileserver to join the > existing domain. > > On the server JANUS I have an account for the upgraded fileserver > in /etc/passwd same as before.OOP's I forgot to recreate the account in the smbpasswd file. So now it joined the domain. Tony