[
https://issues.apache.org/jira/browse/DIRKRB-426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Colm O hEigeartaigh closed DIRKRB-426.
--------------------------------------
> KrbClient won't accept principal name not of realm part
> -------------------------------------------------------
>
> Key: DIRKRB-426
> URL: https://issues.apache.org/jira/browse/DIRKRB-426
> Project: Directory Kerberos
> Issue Type: Bug
> Reporter: Kai Zheng
> Assignee: Kai Zheng
> Fix For: 1.0.0-RC2
>
>
> For example, the following won't work:
> {code}
> krbClient.requestTgtWithPassword("test-user", "123456");
> {code}
> Instead, it has to change to be:
> {code}
> krbClient.requestTgtWithPassword("[email protected]", "123456");
> {code}
> We need to fix this to allow it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)