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

2017-10-13 Thread Sailesh Mukil (JIRA)

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

Sailesh Mukil commented on KUDU-2092:
-

[~tlipcon] Yes, it is. I just realized that Henry added it in the Impala code 
in one of his patches, so we're diverging in code there. I can do that patch in 
Kudu as well to avoid this divergence, and when the time comes for us to rebase 
onto a newer version of KRPC and Kudu security, it should resolve itself.

> 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)


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

2017-10-12 Thread Todd Lipcon (JIRA)

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

Todd Lipcon commented on KUDU-2092:
---

[~sailesh] is this still necessary for Impala to use KRPC? I thought I saw a 
review for it come by but now can't find it.

> 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)


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

2017-08-08 Thread Sailesh Mukil (JIRA)

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

Sailesh Mukil commented on KUDU-2092:
-

Oops, don't know why I wrote down statically, changed the description. Thanks 
for pointing them out.

> 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)


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

2017-08-08 Thread Todd Lipcon (JIRA)

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

Todd Lipcon commented on KUDU-2092:
---

Did you mean to say "dynamically link against kerberos"? and "unable to build 
on" rather than "unable to run on"?

> 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 statically link against 
> kerberos, we would be unable to run on systems that have these old kerberos 
> versions.



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