Forum archive
How to set up PDC AWS instance and connect AWS Windows server to it?
I've been struggling to set up a PDC in the AWS cloud. I've got the turnkey appliance up and running but I can't see any docs on how to connect a Windows server to it.
I have set up a record in Route53 for the domain:
SRV record for _ldap._tcp.dc._msdcs.mydomain.tv: 1 1 389 54.226.208.189
When I set the windows domain to the same domain I've set up on the PDC I get this error:
DNS was successfully queried for the service location (SRV) resource record used to locate an Active Directory Domain Controller for domain insm.tv:
The query was for the SRV record for _ldap._tcp.dc._msdcs.mydomain.tv
The following AD DCs were identified by the query:
54.226.208.189
Common causes of this error include:
- Host (A) records that map the name of the AD DCs to its IP addresses are missing or contain incorrect addresses.
- Active Directory Domain Controllers registered in DNS are not connected to the network or are not running.
For information about correcting this problem, click Help.
The TurnKey DC provides NT style domain via Samba3. Samba3 does not support full AD integration without installing additional components. To fully support AD integration (without installing and configuring additional components) Samba4 will need to be used... Hopefully yhat will become a reality in TKL v14, but isn't yet available.
There are some docs that may be relevant and worth a read:
/docs/domain-controller/quickstart
/docs/domain-controller/notes-ad-kerberos