When using the net ads join
command to join a Linux host (CentOS 6.5) to a domain (Windows Server 2008 DCs), an A record is created but not a corresponding PTR record. Is it possible to have the PTR record created automatically? Perhaps a parameter to net ads join
or a setting in /etc/samba/smb.conf
?
FYI the full command I run to join a host to the DC:
sudo net ads join createcomputer="machines/Servers/Linux Servers" osName="CentOS" osVer=6.5 -U banjer
When creating a DNS A record manually on the Windows Server the PTR record is created automatically. Let me know if you need any more info.
/usr/local/samba/sbin/samba_dnsupdate
create the PTR record properly?samba_dnsupdate
command on CentOS. I didsudo locate samba_dnsupdate
andsudo yum provides *samba_dnsupdate*
but no luck. I'll see what it does exactly and perhaps I can build it.