You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by ji...@apache.org on 2004/05/30 18:40:01 UTC

[jira] Commented: (DIRSNICKERS-51) ModifyDnRequest: create digester rules to decode

The following comment has been added to this issue:

     Author: Alex Karasulu
    Created: Sun, 30 May 2004 9:39 AM
       Body:
LDAPString ::= OCTET STRING

LDAPDN ::= LDAPString

RelativeLDAPDN ::= LDAPString

ModifyDNRequest ::= [APPLICATION 12] SEQUENCE 
{
                entry           LDAPDN,
                newrdn          RelativeLDAPDN,
                deleteoldrdn    BOOLEAN,
                newSuperior     [0] LDAPDN OPTIONAL 
}

So the following fields correspond to the following tags:

entry UniversalTag.OCTET_STRING.getPrimitiveValue() ;
newrdn UniversalTag.OCTET_STRING.getPrimitiveValue() ;
deleteoldrdn UniversalTag.BOOLEAN.getPrimitiveValue() ;
newSuperior LdapTag.MODIFYDN_REQUEST_NEW_SUPERIOR.getPrimitiveValue() ;


---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/DIRSNICKERS-51?page=comments#action_35812

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/DIRSNICKERS-51

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: DIRSNICKERS-51
    Summary: ModifyDnRequest: create digester rules to decode
       Type: Task

     Status: In Progress
   Priority: Major

    Project: Directory Snickers
 Components: 
             LDAP Provider

   Assignee: Alex Karasulu
   Reporter: Alex Karasulu

    Created: Fri, 28 May 2004 11:01 PM
    Updated: Sun, 30 May 2004 9:39 AM
    Due:     Sat, 29 May 2004 12:00 AM

Description:
The digester rules to create and build a ModifyDnRequest need to be created and test cases for decoding should pass.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira