Kai Zheng created DIRKRB-426:
--------------------------------

             Summary: 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


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)

Reply via email to