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

Dmitry Bedrin updated DIRKRB-659:
---------------------------------
    Description: 
Apache Kerby currently doesn't support authentication using NT-ENTERPRISE 
principal names.
See https://tools.ietf.org/html/rfc6806.html for details

_KrbClientBase_ provides a method for requesting _TGT_ with arbitrary _KOptions_

    public TgtTicket requestTgt(KOptions requestOptions) throws KrbException

However even if I set KrbOption.AS_ENTERPRISE_PN and use username like 
"[email protected]" Kerby Client will treat the dns.domain.name as a 
realm name despite the AS_ENTERPRISE_PN  setting

  was:
Apache Kerby currently doesn't support authentication using NT-ENTERPRISE 
principal names.
See https://tools.ietf.org/html/rfc6806.html for details

_KrbClientBase_ provides a method for requesting _TGT_ with arbitrary 
_KrbOption_s


> Support authentication with NT-ENTERPRISE principal names
> ---------------------------------------------------------
>
>                 Key: DIRKRB-659
>                 URL: https://issues.apache.org/jira/browse/DIRKRB-659
>             Project: Directory Kerberos
>          Issue Type: New Feature
>    Affects Versions: 1.0.1
>            Reporter: Dmitry Bedrin
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Apache Kerby currently doesn't support authentication using NT-ENTERPRISE 
> principal names.
> See https://tools.ietf.org/html/rfc6806.html for details
> _KrbClientBase_ provides a method for requesting _TGT_ with arbitrary 
> _KOptions_
>     public TgtTicket requestTgt(KOptions requestOptions) throws KrbException
> However even if I set KrbOption.AS_ENTERPRISE_PN and use username like 
> "[email protected]" Kerby Client will treat the dns.domain.name as a 
> realm name despite the AS_ENTERPRISE_PN  setting



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

Reply via email to