You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Sailesh Mukil (JIRA)" <ji...@apache.org> on 2017/08/08 22:39:00 UTC

[jira] [Updated] (KUDU-2092) Pull in krb5_is_config_principal() when running against older kerberos versions

     [ https://issues.apache.org/jira/browse/KUDU-2092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sailesh Mukil updated KUDU-2092:
--------------------------------
    Description: On kerberos versions < krb5-1.8, the function krb5_is_config_principal() does not exist. Since our code uses that function, and we dynamically link against kerberos, we would be unable to build on systems that have these old kerberos versions.  (was: On kerberos versions < krb5-1.8, the function krb5_is_config_principal() does not exist. Since our code uses that function, and we statically link against kerberos, we would be unable to run on systems that have these old kerberos versions.)

> Pull in krb5_is_config_principal() when running against older kerberos versions
> -------------------------------------------------------------------------------
>
>                 Key: KUDU-2092
>                 URL: https://issues.apache.org/jira/browse/KUDU-2092
>             Project: Kudu
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 1.4.0
>            Reporter: Sailesh Mukil
>            Assignee: Sailesh Mukil
>
> On kerberos versions < krb5-1.8, the function krb5_is_config_principal() does not exist. Since our code uses that function, and we dynamically link against kerberos, we would be unable to build on systems that have these old kerberos versions.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)