Bit Byte wrote: > Hi list, > > Would anyone please help me troubleshoot the following? > > [EMAIL PROTECTED] ~]# service smb status > smbd is stopped > nmbd is stopped > [EMAIL PROTECTED] ~]# net rpc join -S MYPDC > Password: > Creation of workstation account failed > User specified does not have administrator privileges > Unable to join domain MYDOMAIN. > [EMAIL PROTECTED] ~]# > > I'm not sure why this would happen if my user specified (root by default, > yes?) has admin privileges.
You need to specify a domain-user that has administrative privileges in the domain/on the PDC, e.g. (assuming it is a windows DC): net rpc join -U MYDOMAIN\\administrator Cheers - Michael -- Michael Adam <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen phone: +49-551-370000-0, fax: +49-551-370000-9 AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen http://www.SerNet.DE, mailto: Info @ SerNet.DE
pgpriKx9EvmVC.pgp
Description: PGP signature
-- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
