From LedHed's Wiki
Revision as of 17:37, 2 October 2007 by Ledhed (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

References

http://www.enterprisenetworkingplanet.com/netos/article.php/3487081 http://www.linux.iastate.edu/documentation/articles/server-configuration/integrating-samba-with-the-isu-active-directory/


Joining a computer to a domain without a WINS server

It appears that in order to join an AD Domain, that domain must have a WINS server. The typical way to join samba to a domain is:

net ads join -U [email protected]

Without a WINS server this returns the following error:

Failed to set servicePrincipalNames

A workaround is to use 'net rpc' to join samba to the domain.

net rpc join -U administrator -w DOMAIN

(here DOMAIN - is Pre-Windows 2000 domain name!)

reference: http://threebit.net/mail-archive/samba/msg10068.html