[Dnsmasq-discuss] Can I use dnsmasq with Kerberos?

Simon Kelley simon at thekelleys.org.uk
Wed Feb 4 16:43:58 GMT 2009


Juan Miscaro wrote:
> Can I use dnsmasq with Kerberos?
> 
> I would need to set up the following records:
> 
> _kerberos._udp.EXAMPLE.COM.     IN SRV 1  0 88  kdc01.example.com.
> _kerberos._tcp.EXAMPLE.COM.     IN SRV 1  0 88  kdc01.example.com.
> _kerberos._udp.EXAMPLE.COM.     IN SRV 10 0 88  kdc02.example.com.
> _kerberos._tcp.EXAMPLE.COM.     IN SRV 10 0 88  kdc02.example.com.
> _kerberos-adm._tcp.EXAMPLE.COM. IN SRV 1  0 749 kdc01.example.com.
> _kpasswd._udp.EXAMPLE.COM.      IN SRV 1  0 464 kdc01.example.com.
> 

Yes, using srv-host. Note that the order of the parameters is different 
than for BIND zone files. The first line, for example, becomes

srv-host=_kerberos._udp.EXAMPLE.COM,kdc01.example.com,88,1,0

HTH

Simon.



More information about the Dnsmasq-discuss mailing list