(proto): use keytab for krb5_recvauth
Patch from Ingemar Nilsson <init@pdc.kth.se> git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17954 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -78,7 +78,7 @@ proto (int sock, const char *service)
|
|||||||
VERSION,
|
VERSION,
|
||||||
server,
|
server,
|
||||||
0,
|
0,
|
||||||
NULL,
|
keytab,
|
||||||
&ticket);
|
&ticket);
|
||||||
if (status)
|
if (status)
|
||||||
krb5_err (context, 1, status, "krb5_recvauth");
|
krb5_err (context, 1, status, "krb5_recvauth");
|
||||||
|
Reference in New Issue
Block a user