also lookup _kpasswd._tcp SRV-rr
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13662 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -550,6 +550,12 @@ kpasswd_get_next(krb5_context context,
|
||||
if(get_next(kd, host))
|
||||
return 0;
|
||||
}
|
||||
if((kd->flags & KD_SRV_TCP) == 0) {
|
||||
srv_get_hosts(context, kd, "tcp", "kpasswd");
|
||||
kd->flags |= KD_SRV_TCP;
|
||||
if(get_next(kd, host))
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
/* no matches -> try admin */
|
||||
|
Reference in New Issue
Block a user