I need to run SME7 as a server on a windows domain with a Microsoft PDC.
I have found:
http://no.longer.valid/phpwiki/index.php/SME%20Domain%20Client%20Howtowhich i have tried, but one of the template fragements is missing - 11preferredmaster (should not make any difference?), and also the use of smbpassword results in a message to use "net join". I have tried various version of this, the best (i think) being
net join -I 10.0.0.2 -U administrator (then it asks for the server admin password).
but I get various error messages:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[2006/07/07 18:32:15, 0] libads/kerberos.c:ads_kinit_password(146)
kerberos_kinit_password administrator@RAPID.LOCAL failed: Cannot find KDC for requested realm
[2006/07/07 18:32:15, 0] utils/net_ads.c:ads_startup(186)
ads_connect: Cannot find KDC for requested realm
[2006/07/07 18:32:15, 0] rpc_client/cli_netlogon.c:cli_nt_setup_creds(256)
cli_nt_setup_creds: request challenge failed
[2006/07/07 18:32:15, 0] rpc_client/cli_netlogon.c:cli_nt_setup_creds(256)
cli_nt_setup_creds: request challenge failed
[2006/07/07 18:32:15, 0] utils/net_rpc_join.c:net_rpc_join_newstyle(319)
Error domain join verification (reused connection): NT_STATUS_INVALID_COMPUTER_NAME
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
If I try to net join using the domain or server name, it seems unable to resolve it at all.
In the original config I put the PDC as the DNS server for the system.
Anyone done it on SME7?