"Kramer, Matthew" <[EMAIL PROTECTED]> writes:

> Hello,
>       Our Kerberos 4 environment listens on only port 750 and doesn't
> listen on port 88.  For Win2K/XP machines this causes a problem in
> C:\openafs-1.2.8\src\kauth\user_nt.c line 144 when the Kerberos port is
> queried from the %systemroot%\system32\drivers\etc\services file.  Win2K
> and XP both return 88 which is correct for Kerberos 5 but in our case
> not for Kerberos 4.  Why doesn't it instead query for kerberos-iv which
> would return the correct value of 750?
> 
> Y:\src\kauth>diff user_nt.c.orig user_nt.c
> 144c144
> <       sp = getservbyname("kerberos", "udp");
> ---
> >       sp = getservbyname("kerberos-iv", "udp");
> 
A quick work around could be to use Loves requestforwarder found at

ftp://ftp.stacken.kth.se/pub/projects/krb-forward/krb-forward-0.1.tar.gz

/JockeF
-- 
Is it a requirement from Microsoft that their logo is in bmp?
Or is it an insult to them?
                                         -Anonymous
_______________________________________________
OpenAFS-devel mailing list
[EMAIL PROTECTED]
https://lists.openafs.org/mailman/listinfo/openafs-devel

Reply via email to