[2749] in Kerberos
rd_req
daemon@ATHENA.MIT.EDU (Steve Lunt)
Mon Jul 19 11:44:10 1993
Date: Mon, 19 Jul 1993 09:28:03 -0400
From: Steve Lunt <lunt@ctt.bellcore.com>
To: kerberos@Athena.MIT.EDU
Why doesn't rd_req(3) in Kerberos V4 return KDC_PR_UNKNOWN
instead of RD_AP_UNDEC if it can't get a key for the
requested service? This would make my code a little
less ugly, and also give the user a better indication
of the problem...
> if (read_service_key(service,instance,realm,(int) s_kvno,
> fn,(char *)skey))
> return(RD_AP_UNDEC);
-- Steve