[ 
https://issues.apache.org/jira/browse/DIRSERVER-2292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15656450#comment-15656450
 ] 

Emmanuel Lécharny edited comment on DIRSERVER-2292 at 8/13/22 3:24 AM:
-----------------------------------------------------------------------

According to 
[https://tools.ietf.org/html/draft-ietf-krb-wg-kerberos-set-passwd-08#section-5]
 , it says
{noformat}
 Rep-change-pw        ::= SEQUENCE {
        info-text         [0] UTF8String OPTIONAL,
        new-pw            [1] Password OPTIONAL,
                            -- generated by the server if present
                            -- (and requested by the client)
        etypes            [2] SEQUENCE (1..MAX) OF Etype OPTIONAL
   }
{noformat}
here info-text is UTF8String.But in 
org.apache.directory.shared.kerberos.codec.encKrbPrivPart.EncKrbPrivPartGrammar 
does not contain {{UTF8STring}} transition.Is this grammer correct?


was (Author: jayamali):
According to 
https://tools.ietf.org/html/draft-ietf-krb-wg-kerberos-set-passwd-08#section-5 
, it says   
 Rep-change-pw        ::= SEQUENCE {
        info-text         [0] UTF8String OPTIONAL,
        new-pw            [1] Password OPTIONAL,
                            -- generated by the server if present
                            -- (and requested by the client)
        etypes            [2] SEQUENCE (1..MAX) OF Etype OPTIONAL
   }

   here info-text is UTF8String.But in 
org.apache.directory.shared.kerberos.codec.encKrbPrivPart.EncKrbPrivPartGrammar 
does not contain UTF8STring transition.Is this grammer correct?

> org.apache.directory.api.asn1.DecoderException: 
> ERR_00001_BAD_TRANSITION_FROM_STATE Bad transition from state START_STATE, 
> tag 0x6F 
> ------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DIRSERVER-2292
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-2292
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: changepw
>    Affects Versions: 2.0.0-M23
>            Reporter: Jayamali Chathurika Jayawardhana
>            Priority: Major
>             Fix For: 2.0.0-M23
>
>         Attachments: thirdPartyPatch-master.zip
>
>
> When i try to change the password it gives above exception and then returns 
> ChangePasswordResult with error code 4.But message returned by 
> ChangePasswordResult  is not a readable string 
> I need to see a meaningful error message



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to