[SSSD] AUTOTOOLS: krb5 1.12 is also supported krb5 libs

Sumit Bose sbose at redhat.com
Tue Dec 10 14:00:13 UTC 2013


On Tue, Dec 10, 2013 at 02:44:37PM +0100, Lukas Slebodnik wrote:
> ehlo,
> 
> krb5-1.12-beta2 was released few days ago.
> pac responder was not properly detected with krb5 1.12 library,
> because it was not recognized as supported.
> 
> The simple patch is attached.
> 
> LS

ACK

Just for your information, this check is not needed for the PAC
responder directly but for the authdata plugin sss_client/sssd_pac.c
which send the PAC data to the PAC responder during related calls to
libkrb5. The interface for the authdata plugin is still not public but
I've checked that there are no API changes in 1.12.

bye,
Sumit

> From 0902cd20d02581b3efba076fdbbfd478c5a59859 Mon Sep 17 00:00:00 2001
> From: Lukas Slebodnik <lslebodn at redhat.com>
> Date: Tue, 10 Dec 2013 14:16:21 +0100
> Subject: [PATCH] AUTOTOOLS: krb5 1.12 is also supported krb5 libs
> 
> pac responder was not properly detected with krb5 1.12 library
> ---
>  src/external/pac_responder.m4 | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/src/external/pac_responder.m4 b/src/external/pac_responder.m4
> index 49d5cbb6d38c55cfc3740ad9243c227907ebb7b4..6e294527da5f8ac945958bd326bbb2daade178e3 100644
> --- a/src/external/pac_responder.m4
> +++ b/src/external/pac_responder.m4
> @@ -20,7 +20,8 @@ then
>      case $KRB5_VERSION in
>          Kerberos\ 5\ release\ 1.9* | \
>          Kerberos\ 5\ release\ 1.10* | \
> -        Kerberos\ 5\ release\ 1.11*)
> +        Kerberos\ 5\ release\ 1.11* | \
> +        Kerberos\ 5\ release\ 1.12*)
>              krb5_version_ok=yes
>              AC_MSG_RESULT([yes])
>              ;;
> -- 
> 1.8.4.2
> 

> _______________________________________________
> sssd-devel mailing list
> sssd-devel at lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/sssd-devel




More information about the sssd-devel mailing list