Displaying 2 results from an estimated 2 matches for "master_udp".
Did you mean:
master_fd
2009 Dec 10
1
dns lookups for SRV kerberos
...avior regarding SRV lookups.
My configuration uses the following :
dns_lookup_realm = false
dns_lookup_kdc = false
[realms]
EXAMPLE.DOM = {
kdc = 10.0.0.1:88
kdc = 10.0.0.2:88
admin_server = 10.0.0.1:749
default_domain = example.dom
}
but I still see the DNS lookups for SRV _kerberos-master_udp
( same with kdc = adserver1.example.dom.:88 )
To be precise, the following happens (We don't have these records in the DNS
system) :
ASREQ ->
<- KRBERR PREAUTH
DNS SRV _kerberos-master ->
<- no such name
ASREQ ->
<- AS REP OK
DNS SRV _kerberos-master ->
<- no suc...
2009 Dec 22
0
Re :Re: dns lookups for SRV kerberos
...?dns_lookup_kdc = false
> >
> > [realms]
> > ?EXAMPLE.DOM = {
> > ?kdc = 10.0.0.1:88
> > ?kdc = 10.0.0.2:88
> > ?admin_server = 10.0.0.1:749
> > ?default_domain = example.dom
> > ?}
> >
> > but I still see the DNS lookups for SRV _kerberos-master_udp
> > ( same with kdc = adserver1.example.dom.:88 )
> >
> > To be precise, the following happens (We don't have these records in the
> DNS
> > system) :
> >
> > ASREQ ->
> > ?<- KRBERR PREAUTH
> > DNS SRV _kerberos-master ->
> > ?...