From 13e4407a30fa25689ac37036b8838db8b578d3b8 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Wed, 5 Feb 2014 14:20:51 +0000 Subject: [PATCH] - updated for openssh 6.5p1 --- openssh-kuserok.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/openssh-kuserok.patch b/openssh-kuserok.patch index 4d5388b..665b374 100644 --- a/openssh-kuserok.patch +++ b/openssh-kuserok.patch @@ -22,15 +22,15 @@ diff -up openssh-5.8p1/auth-krb5.c.kuserok openssh-5.8p1/auth-krb5.c static int krb5_init(void *context) { -@@ -146,7 +160,7 @@ auth_krb5_password(Authctxt *authctxt, c +@@ -157,7 +171,7 @@ auth_krb5_password(Authctxt *authctxt, c if (problem) goto out; -- if (!krb5_kuserok(authctxt->krb5_ctx, authctxt->krb5_user, client)) { -+ if (!ssh_krb5_kuserok(authctxt->krb5_ctx, authctxt->krb5_user, client)) { +- if (!krb5_kuserok(authctxt->krb5_ctx, authctxt->krb5_user, ++ if (!ssh_krb5_kuserok(authctxt->krb5_ctx, authctxt->krb5_user, + authctxt->pw->pw_name)) { problem = -1; goto out; - } diff -up openssh-5.8p1/gss-serv-krb5.c.kuserok openssh-5.8p1/gss-serv-krb5.c --- openssh-5.8p1/gss-serv-krb5.c.kuserok 2006-09-01 07:38:36.000000000 +0200 +++ openssh-5.8p1/gss-serv-krb5.c 2011-02-14 09:15:12.000000000 +0100 -- 2.52.0