Dear Team. I want to build PDC Samba to centos8 Step by step i do: 1/Install samba from source 2/Provision samba samba-tool domain provision --use-rfc2307 --interactive DNS backend: SAMBA_INTERNAL create service samba4 3/Yum install -y Bind* config named start named 4/ but i can run this command # host -t SRV _ldap._tcp. <http://tcp.zenplaza.com/>sample.com. # host -t SRV _kerberos._udp. <http://udp.zenplaza.com/>sample.com. Can you help me? how to fix it? Thanks.
On Wed, Jan 13, 2021 at 8:26 PM Hoang Quynh via samba <samba at lists.samba.org> wrote:> > Dear Team. > > I want to build PDC Samba to centos8 > Step by step i do: > 1/Install samba from source > 2/Provision samba > samba-tool domain provision --use-rfc2307 --interactive > DNS backend: SAMBA_INTERNAL > create service samba4I publish tools. there is a needed toolchain. See https://github.com/nkadel/samba4repo/ .> 3/Yum install -y Bind* > > config named > start named > > 4/ but i can run this command > > # host -t SRV _ldap._tcp. <http://tcp.zenplaza.com/>sample.com. > > # host -t SRV _kerberos._udp. <http://udp.zenplaza.com/>sample.com. > > Can you help me? how to fix it? > > Thanks. > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba
On 14/01/2021 01:25, Hoang Quynh via samba wrote:> Dear Team. > > I want to build PDC Samba to centos8 > Step by step i do: > 1/Install samba from source > 2/Provision samba > samba-tool domain provision --use-rfc2307 --interactive > DNS backend: SAMBA_INTERNAL > create service samba4 > > 3/Yum install -y Bind* > > config named > start named > > 4/ but i can run this command > > # host -t SRV _ldap._tcp. <http://tcp.zenplaza.com/>sample.com. > > # host -t SRV _kerberos._udp. <http://udp.zenplaza.com/>sample.com. > > Can you help me? how to fix it?Not sure what you are asking, but it would have been easier if you had installed bind9 before you provisioned and then used 'BIND9_DLZ' instead of the internal dns server during provision. Rowland