Re: KIP-203: Add toLowerCase support to sasl.kerberos.principal.to.local rule

2017-09-25 Thread Manikumar
Hi all, If there are no further concerns, I will start a VOTE thread for this minor KIP. Thanks On Tue, Sep 19, 2017 at 3:14 PM, Manikumar wrote: > Thanks for the reviews. > > @Ted > Updated the KIP. > > @Tom > I think we can interpret usernames as locale independent strings. I am > planning

Re: KIP-203: Add toLowerCase support to sasl.kerberos.principal.to.local rule

2017-09-19 Thread Manikumar
Thanks for the reviews. @Ted Updated the KIP. @Tom I think we can interpret usernames as locale independent strings. I am planning to use Locale.ENGLISH for case conversion. Updated the KIP. Let me know If you have any concerns. On Tue, Sep 19, 2017 at 12:58 AM, Tom Bentley wrote: > What local

Re: KIP-203: Add toLowerCase support to sasl.kerberos.principal.to.local rule

2017-09-18 Thread Tom Bentley
What locale is used for the case conversion, the JVM default one or a specific one? On 18 Sep 2017 5:31 pm, "Manikumar" wrote: > Hi all, > > I've created a small KIP to extend the sasl.kerberos.principal.to.local > rule syntax to convert short names to lower case. > > https://cwiki.apache.org/co

Re: KIP-203: Add toLowerCase support to sasl.kerberos.principal.to.local rule

2017-09-18 Thread Ted Yu
Makes sense. Please fill out JIRA name, etc. On Mon, Sep 18, 2017 at 9:30 AM, Manikumar wrote: > Hi all, > > I've created a small KIP to extend the sasl.kerberos.principal.to.local > rule syntax to convert short names to lower case. > > https://cwiki.apache.org/confluence/display/KAFKA/KIP- > 2