I've been reading through two tutorials, one says:
Quote:
Adding Windows NT/2000/XP machines to Samba domain
Log in to an Windows desktop as a local administrator and join the Samba domain the same way you would be joining a Windows domain. You might need to point your Windows box to your Samba WINS server depending on how your DHCP and DNS servers are configured. Use a member of “Domain Admins” group to join the domain. After you joined the domain, verify that the machine account was added to ldap directory by running ldapsearch command. I.e. if your windows desktop machine name is gregvmxp2:
root@gregzimbra1:/home/ubuntu# /opt/zimbra/openldap/bin/ldapsearch -h gregzimbra1 | grep gregvmxp
# gregvmxp2$, machines, gregzimbra1.zimbra.com
dn: uid=gregvmxp2$,ou=machines,dc=gregzimbra1,dc=zimbr a,dc=com
uid: gregvmxp2$ |
I couldn't get an ldapsearch command to work... when typing in:
/opt/zimbra/openldap/bin/ldapsearch -h gregzimbra1 | grep gregvmxp
# gregvmxp2$, machines, gregzimbra1.zimbra.com
dn: uid=gregvmxp2$,ou=machines,dc=gregzimbra1,dc=zimbr a,dc=com
uid: gregvmxp2$
And the other says:
Quote:
Adding Windows NT/2000/XP machines to Samba domain
Log in to an Windows desktop as a local administrator and join the Samba domain the same way you would be joining a Windows domain. You might need to point your Windows WINS configuration to your Samba server depending on how your DHCP and DNS servers are configured, you may also you the same DNS for the Windows as for the servers.
Use a member of “Domain Admins” group to join the domain.
|
Neither of these tell me much, nor could I make sense of it...so, I need some help please...!
Can someone explain to me how to add a machine to the DC...?
I made sure the netbios of the ip is in my dhcp server...
I'm able to login ok via other samba/linux servers, but from the XP machine, when trying to connect to the domain, I get a:
Quote:
|
The Spcified domain either does not exist or could not be contacted
|
Can someone help me, elaborate what I'm doing wrong or missing here?
Thanks.