在配置AWS AD Connector时,可能会遇到这样一个错误:
Configuration issues detected: DNS lookup for realm name failed for IP: xxx.xxx.xxx.xxx, SRV record for LDAP does not exist for IP: xxx.xxx.xxx.xxx, SRV record for Kerberos does not exist for IP: xxx.xxx.xxx.xxx. Please verify existing configuration and retry the operation.
其中,SRV record for LDAP具体指的是:_ldap._tcp.<your-dns-domain-name>
;SRV record for Kerberos具体指的是:_kerberos._tcp.<your-dns-domain-name>
。排查这个问题,我们需要先检查DNS服务器上是否存在这两个SRV,做法是登录DNS服务器,通过nslookup查询,以下是一个示例(其中DNS Domain Name是example.com):
_ldap._tcp.example.com SRV service location:
priority = 0
wei