Hi, I'm using the M13 build and Api M17.
I create an entry no problem then try and update it with a Modification[]
array and it fails.
I've tried it with and without the userPassword and the same issue occurs.
Without digging in too deep, is there anything you can see from the message?
We just swapped out M11 server for M13 ( startup with new partitions) and tried
to create a new user.
Do we need to use the M18 API with this release? Will work to provide more
information. Thanks!
Modifications are printed just before I call. modify()
for (Modification mod: mods)
{
log.debug(mod.getOperation().name() + " -> " +mod.getAttribute().toString());
}
connection.modify(dn, mods); // mods = Modification[] array
2013-24-06 18:29:14.406 DEBUG DirectoryServerConnection:537 - ADD_ATTRIBUTE ->
mail: [email protected]
2013-24-06 18:29:14.406 DEBUG DirectoryServerConnection:537 - REPLACE_ATTRIBUTE
-> sn: testuser12
2013-24-06 18:29:14.406 DEBUG DirectoryServerConnection:537 - REPLACE_ATTRIBUTE
-> cn: Test User12
2013-24-06 18:29:14.406 DEBUG DirectoryServerConnection:537 - ADD_ATTRIBUTE ->
telephoneNumber: 123213
2013-24-06 18:29:14.407 DEBUG DirectoryServerConnection:537 - ADD_ATTRIBUTE ->
userPassword: 123456
2013-24-06 18:29:14.407 DEBUG DirectoryServerConnection:537 - ADD_ATTRIBUTE ->
givenName: testuser12
2013-24-06 18:29:14.407 DEBUG DirectoryServerConnection:537 - ADD_ATTRIBUTE ->
displayName: Test User12
2013-24-06 18:29:14.407 DEBUG DirectoryServerConnection:537 - ADD_ATTRIBUTE ->
employeeNumber: testuser12
2013-24-06 18:29:30.753 DEBUG LdapNetworkConnection:284 - Adding <4,
org.apache.directory.ldap.client.api.future.ModifyFuture>
2013-24-06 18:29:30.764 DEBUG ProtocolCodecFilter:211 - Processing a
MESSAGE_RECEIVED for session 53
2013-24-06 18:29:30.765 DEBUG LdapDecoder:124 - Decoding the PDU :
2013-24-06 18:29:30.765 DEBUG LdapDecoder:140 - 0x30 0x82 0x04 0x91 0x02 0x01
0x04 0x67 0x82 0x04 0x8A 0x0A 0x01 0x50 0x04 0x00 0x04 0x82 0x04 0x81 0x4F 0x54
0x48 0x45 0x52 0x3A 0x20 0x66 0x61 0x69 0x6C 0x65 0x64 0x20 0x66 0x6F 0x72 0x20
0x4D 0x65 0x73 0x73 0x61 0x67 0x65 0x54 0x79 0x70 0x65 0x20 0x3A 0x20 0x4D 0x4F
0x44 0x49 0x46 0x59 0x5F 0x52 0x45 0x51 0x55 0x45 0x53 0x54 0x0A 0x4D 0x65 0x73
0x73 0x61 0x67 0x65 0x20 0x49 0x44 0x20 0x3A 0x20 0x34 0x0A 0x20 0x20 0x20 0x20
0x4D 0x6F 0x64 0x69 0x66 0x79 0x20 0x52 0x65 0x71 0x75 0x65 0x73 0x74 0x0A 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4F 0x62 0x6A 0x65 0x63 0x74 0x20 0x3A 0x20
0x27 0x75 0x69 0x64 0x3D 0x31 0x33 0x37 0x32 0x31 0x31 0x32 0x38 0x34 0x32 0x33
0x32 0x35 0x2C 0x6F 0x75 0x3D 0x75 0x73 0x65 0x72 0x73 0x2C 0x6F 0x75 0x3D 0x69
0x6E 0x74 0x2C 0x6F 0x3D 0x63 0x70 0x72 0x6F 0x27 0x0A 0x20 0x20 0x20 0x20 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4D 0x6F 0x64 0x69 0x66 0x69 0x63 0x61 0x74
0x69 0x6F 0x6E 0x5B 0x30 0x5D 0x0A 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4F 0x70 0x65 0x72 0x61 0x74 0x69 0x6F 0x6E
0x20 0x3A 0x20 0x20 0x61 0x64 0x64 0x0A 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4D 0x6F 0x64 0x69 0x66 0x69 0x63 0x61
0x74 0x69 0x6F 0x6E 0x0A 0x6D 0x61 0x69 0x6C 0x3A 0x20 0x74 0x65 0x73 0x74 0x75
0x73 0x65 0x72 0x31 0x32 0x40 0x74 0x65 0x73 0x74 0x75 0x73 0x65 0x72 0x31 0x32
0x2E 0x63 0x6F 0x6D 0x0A 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20
0x20 0x4D 0x6F 0x64 0x69 0x66 0x69 0x63 0x61 0x74 0x69 0x6F 0x6E 0x5B 0x31 0x5D
0x0A 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20
0x20 0x4F 0x70 0x65 0x72 0x61 0x74 0x69 0x6F 0x6E 0x20 0x3A 0x20 0x20 0x72 0x65
0x70 0x6C 0x61 0x63 0x65 0x0A 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x4D 0x6F 0x64 0x69 0x66 0x69 0x63 0x61 0x74 0x69
0x6F 0x6E 0x0A 0x73 0x6E 0x3A 0x20 0x74 0x65 0x73 0x74 0x75 0x73 0x65 0x72 0x31
0x32 0x0A 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4D 0x6F
0x64 0x69 0x66 0x69 0x63 0x61 0x74 0x69 0x6F 0x6E 0x5B 0x32 0x5D 0x0A 0x20 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4F 0x70
0x65 0x72 0x61 0x74 0x69 0x6F 0x6E 0x20 0x3A 0x20 0x20 0x72 0x65 0x70 0x6C 0x61
0x63 0x65 0x0A 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20
0x20 0x20 0x20 0x4D 0x6F 0x64 0x69 0x66 0x69 0x63 0x61 0x74 0x69 0x6F 0x6E 0x0A
0x63 0x6E 0x3A 0x20 0x54 0x65 0x73 0x74 0x20 0x55 0x73 0x65 0x72 0x31 0x32 0x0A
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4D 0x6F 0x64 0x69
0x66 0x69 0x63 0x61 0x74 0x69 0x6F 0x6E 0x5B 0x33 0x5D 0x0A 0x20 0x20 0x20 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4F 0x70 0x65 0x72
0x61 0x74 0x69 0x6F 0x6E 0x20 0x3A 0x20 0x20 0x61 0x64 0x64 0x0A 0x20 0x20 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4D 0x6F 0x64
0x69 0x66 0x69 0x63 0x61 0x74 0x69 0x6F 0x6E 0x0A 0x74 0x65 0x6C 0x65 0x70 0x68
0x6F 0x6E 0x65 0x4E 0x75 0x6D 0x62 0x65 0x72 0x3A 0x20 0x31 0x32 0x33 0x32 0x31
0x33 0x0A 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4D 0x6F
0x64 0x69 0x66 0x69 0x63 0x61 0x74 0x69 0x6F 0x6E 0x5B 0x34 0x5D 0x0A 0x20 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4F 0x70
0x65 0x72 0x61 0x74 0x69 0x6F 0x6E 0x20 0x3A 0x20 0x20 0x61 0x64 0x64 0x0A 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4D
0x6F 0x64 0x69 0x66 0x69 0x63 0x61 0x74 0x69 0x6F 0x6E 0x0A 0x75 0x73 0x65 0x72
0x50 0x61 0x73 0x73 0x77 0x6F 0x72 0x64 0x3A 0x20 0x27 0x30 0x78 0x33 0x31 0x20
0x30 0x78 0x33 0x32 0x20 0x30 0x78 0x33 0x33 0x20 0x30 0x78 0x33 0x34 0x20 0x30
0x78 0x33 0x35 0x20 0x30 0x78 0x33 0x36 0x20 0x27 0x0A 0x20 0x20 0x20 0x20 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4D 0x6F 0x64 0x69 0x66 0x69 0x63 0x61 0x74
0x69 0x6F 0x6E 0x5B 0x35 0x5D 0x0A 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4F 0x70 0x65 0x72 0x61 0x74 0x69 0x6F 0x6E
0x20 0x3A 0x20 0x20 0x61 0x64 0x64 0x0A 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4D 0x6F 0x64 0x69 0x66 0x69 0x63 0x61
0x74 0x69 0x6F 0x6E 0x0A 0x67 0x69 0x76 0x65 0x6E 0x4E 0x61 0x6D 0x65 0x3A 0x20
0x74 0x65 0x73 0x74 0x75 0x73 0x65 0x72 0x31 0x32 0x0A 0x20 0x20 0x20 0x20 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4D 0x6F 0x64 0x69 0x66 0x69 0x63 0x61 0x74
0x69 0x6F 0x6E 0x5B 0x36 0x5D 0x0A 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4F 0x70 0x65 0x72 0x61 0x74 0x69 0x6F 0x6E
0x20 0x3A 0x20 0x20 0x61 0x64 0x64 0x0A 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4D 0x6F 0x64 0x69 0x66 0x69 0x63 0x61
0x74 0x69 0x6F 0x6E 0x0A 0x64 0x69 0x73 0x70 0x6C 0x61 0x79 0x4E 0x61 0x6D 0x65
0x3A 0x20 0x54 0x65 0x73 0x74 0x20 0x55 0x73 0x65 0x72 0x31 0x32 0x0A 0x20 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4D 0x6F 0x64 0x69 0x66 0x69
0x63 0x61 0x74 0x69 0x6F 0x6E 0x5B 0x37 0x5D 0x0A 0x20 0x20 0x20 0x20 0x20 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20
2013-24-06 18:29:30.765 DEBUG Asn1Decoder:671 -
>>>==========================================
2013-24-06 18:29:30.766 DEBUG Asn1Decoder:672 - --> Decoding a PDU
2013-24-06 18:29:30.766 DEBUG Asn1Decoder:673 -
>>>------------------------------------------
2013-24-06 18:29:30.766 DEBUG Asn1Decoder:680 - --- State = TAG_STATE_START ---
2013-24-06 18:29:30.766 DEBUG Asn1Decoder:686 - current byte : 0x30
2013-24-06 18:29:30.766 DEBUG Asn1Decoder:108 - Tag 0x30 has been decoded
2013-24-06 18:29:30.767 DEBUG Asn1Decoder:680 - --- State = LENGTH_STATE_START
---
2013-24-06 18:29:30.767 DEBUG Asn1Decoder:686 - current byte : 0x82
2013-24-06 18:29:30.767 DEBUG Asn1Decoder:680 - --- State =
LENGTH_STATE_PENDING ---
2013-24-06 18:29:30.767 DEBUG Asn1Decoder:686 - current byte : 0x04
2013-24-06 18:29:30.767 DEBUG Asn1Decoder:266 - current byte : 0x04
2013-24-06 18:29:30.768 DEBUG Asn1Decoder:266 - current byte : 0x91
2013-24-06 18:29:30.768 DEBUG Asn1Decoder:680 - --- State = LENGTH_STATE_END ---
2013-24-06 18:29:30.768 DEBUG Asn1Decoder:686 - current byte : 0x02
2013-24-06 18:29:30.768 DEBUG Asn1Decoder:360 - Parent length : TLV expected
length stack : - null
2013-24-06 18:29:30.768 DEBUG Asn1Decoder:372 - Root TLV[1169]
2013-24-06 18:29:30.768 DEBUG Asn1Decoder:480 - Length 1169 has been decoded
2013-24-06 18:29:30.769 DEBUG Asn1Decoder:680 - --- State = VALUE_STATE_START
---
2013-24-06 18:29:30.769 DEBUG Asn1Decoder:686 - current byte : 0x02
2013-24-06 18:29:30.769 DEBUG Asn1Decoder:680 - --- State = TLV_STATE_DONE ---
2013-24-06 18:29:30.769 DEBUG Asn1Decoder:686 - current byte : 0x02
2013-24-06 18:29:30.770 DEBUG Asn1Decoder:145 - TLV Tree : TLV0x30(1169)
2013-24-06 18:29:30.770 DEBUG AbstractGrammar:130 - Transition from state
<START_STATE> to state <LDAP_MESSAGE_STATE>, tag <0x30>, action : LdapMessage
initialization
2013-24-06 18:29:30.770 DEBUG Asn1Decoder:680 - --- State = TAG_STATE_START ---
2013-24-06 18:29:30.770 DEBUG Asn1Decoder:686 - current byte : 0x02
2013-24-06 18:29:30.770 DEBUG Asn1Decoder:108 - Tag 0x02 has been decoded
2013-24-06 18:29:30.770 DEBUG Asn1Decoder:680 - --- State = LENGTH_STATE_START
---
2013-24-06 18:29:30.771 DEBUG Asn1Decoder:686 - current byte : 0x01
2013-24-06 18:29:30.771 DEBUG Asn1Decoder:680 - --- State = LENGTH_STATE_END ---
2013-24-06 18:29:30.771 DEBUG Asn1Decoder:686 - current byte : 0x04
2013-24-06 18:29:30.771 DEBUG Asn1Decoder:360 - Parent length : TLV expected
length stack : - 1169 - null
2013-24-06 18:29:30.771 DEBUG Asn1Decoder:480 - Length 1 has been decoded
2013-24-06 18:29:30.772 DEBUG Asn1Decoder:680 - --- State = VALUE_STATE_START
---
2013-24-06 18:29:30.772 DEBUG Asn1Decoder:686 - current byte : 0x04
2013-24-06 18:29:30.772 DEBUG Asn1Decoder:680 - --- State = TLV_STATE_DONE ---
2013-24-06 18:29:30.772 DEBUG Asn1Decoder:686 - current byte : 0x67
2013-24-06 18:29:30.772 DEBUG Asn1Decoder:145 - TLV Tree :
TLV0x02(1)-TLV0x30(1166)
2013-24-06 18:29:30.773 DEBUG AbstractGrammar:130 - Transition from state
<LDAP_MESSAGE_STATE> to state <MESSAGE_ID_STATE>, tag <0x02>, action : Store
MessageID
2013-24-06 18:29:30.773 DEBUG StoreMessageId:100 - Ldap Message Id has been
decoded : 4
2013-24-06 18:29:30.773 DEBUG Asn1Decoder:680 - --- State = TAG_STATE_START ---
2013-24-06 18:29:30.773 DEBUG Asn1Decoder:686 - current byte : 0x67
2013-24-06 18:29:30.773 DEBUG Asn1Decoder:108 - Tag 0x67 has been decoded
2013-24-06 18:29:30.774 DEBUG Asn1Decoder:680 - --- State = LENGTH_STATE_START
---
2013-24-06 18:29:30.774 DEBUG Asn1Decoder:686 - current byte : 0x82
2013-24-06 18:29:30.774 DEBUG Asn1Decoder:680 - --- State =
LENGTH_STATE_PENDING ---
2013-24-06 18:29:30.774 DEBUG Asn1Decoder:686 - current byte : 0x04
2013-24-06 18:29:30.774 DEBUG Asn1Decoder:266 - current byte : 0x04
2013-24-06 18:29:30.775 DEBUG Asn1Decoder:266 - current byte : 0x8A
2013-24-06 18:29:30.775 DEBUG Asn1Decoder:680 - --- State = LENGTH_STATE_END ---
2013-24-06 18:29:30.775 DEBUG Asn1Decoder:686 - current byte : 0x0A
2013-24-06 18:29:30.775 DEBUG Asn1Decoder:360 - Parent length : TLV expected
length stack : - 1166 - null
2013-24-06 18:29:30.775 DEBUG Asn1Decoder:480 - Length 1162 has been decoded
2013-24-06 18:29:30.775 DEBUG Asn1Decoder:680 - --- State = VALUE_STATE_START
---
2013-24-06 18:29:30.776 DEBUG Asn1Decoder:686 - current byte : 0x0A
2013-24-06 18:29:30.776 DEBUG Asn1Decoder:680 - --- State = TLV_STATE_DONE ---
2013-24-06 18:29:30.776 DEBUG Asn1Decoder:686 - current byte : 0x0A
2013-24-06 18:29:30.776 DEBUG Asn1Decoder:145 - TLV Tree :
TLV0x67(1162)-TLV0x30(0)
2013-24-06 18:29:30.776 DEBUG AbstractGrammar:130 - Transition from state
<MESSAGE_ID_STATE> to state <MODIFY_RESPONSE_STATE>, tag <0x67>, action : Init
ModifyResponse
2013-24-06 18:29:30.777 DEBUG InitModifyResponse:64 - Modify response
2013-24-06 18:29:30.777 DEBUG Asn1Decoder:680 - --- State = TAG_STATE_START ---
2013-24-06 18:29:30.777 DEBUG Asn1Decoder:686 - current byte : 0x0A
2013-24-06 18:29:30.777 DEBUG Asn1Decoder:108 - Tag 0x0A has been decoded
2013-24-06 18:29:30.777 DEBUG Asn1Decoder:680 - --- State = LENGTH_STATE_START
---
2013-24-06 18:29:30.778 DEBUG Asn1Decoder:686 - current byte : 0x01
2013-24-06 18:29:30.778 DEBUG Asn1Decoder:680 - --- State = LENGTH_STATE_END ---
2013-24-06 18:29:30.778 DEBUG Asn1Decoder:686 - current byte : 0x50
2013-24-06 18:29:30.778 DEBUG Asn1Decoder:360 - Parent length : TLV expected
length stack : - 1162 - 0 - null
2013-24-06 18:29:30.778 DEBUG Asn1Decoder:480 - Length 1 has been decoded
2013-24-06 18:29:30.779 DEBUG Asn1Decoder:680 - --- State = VALUE_STATE_START
---
2013-24-06 18:29:30.779 DEBUG Asn1Decoder:686 - current byte : 0x50
2013-24-06 18:29:30.779 DEBUG Asn1Decoder:680 - --- State = TLV_STATE_DONE ---
2013-24-06 18:29:30.779 DEBUG Asn1Decoder:686 - current byte : 0x04
2013-24-06 18:29:30.779 DEBUG Asn1Decoder:145 - TLV Tree :
TLV0x0A(1)-TLV0x67(1159)-TLV0x30(0)
2013-24-06 18:29:30.780 DEBUG AbstractGrammar:130 - Transition from state
<MODIFY_RESPONSE_STATE> to state <RESULT_CODE_STATE>, tag <0x0A>, action :
Store resultCode
2013-24-06 18:29:30.780 DEBUG StoreResultCode:95 - The result code is set to
OTHER
2013-24-06 18:29:30.780 DEBUG Asn1Decoder:680 - --- State = TAG_STATE_START ---
2013-24-06 18:29:30.780 DEBUG Asn1Decoder:686 - current byte : 0x04
2013-24-06 18:29:30.780 DEBUG Asn1Decoder:108 - Tag 0x04 has been decoded
2013-24-06 18:29:30.781 DEBUG Asn1Decoder:680 - --- State = LENGTH_STATE_START
---
2013-24-06 18:29:30.781 DEBUG Asn1Decoder:686 - current byte : 0x00
2013-24-06 18:29:30.781 DEBUG Asn1Decoder:680 - --- State = LENGTH_STATE_END ---
2013-24-06 18:29:30.781 DEBUG Asn1Decoder:686 - current byte : 0x04
2013-24-06 18:29:30.781 DEBUG Asn1Decoder:360 - Parent length : TLV expected
length stack : - 1159 - 0 - null
2013-24-06 18:29:30.782 DEBUG Asn1Decoder:480 - Length 0 has been decoded
2013-24-06 18:29:30.782 DEBUG Asn1Decoder:680 - --- State = TLV_STATE_DONE ---
2013-24-06 18:29:30.782 DEBUG Asn1Decoder:686 - current byte : 0x04
2013-24-06 18:29:30.782 DEBUG Asn1Decoder:145 - TLV Tree :
TLV0x04(0)-TLV0x67(1157)-TLV0x30(0)
2013-24-06 18:29:30.782 DEBUG AbstractGrammar:130 - Transition from state
<RESULT_CODE_STATE> to state <MATCHED_DN_STATE>, tag <0x04>, action : Store
matched Dn
2013-24-06 18:29:30.782 DEBUG StoreMatchedDN:131 - The matchedDn is
2013-24-06 18:29:30.783 DEBUG Asn1Decoder:680 - --- State = TAG_STATE_START ---
2013-24-06 18:29:30.783 DEBUG Asn1Decoder:686 - current byte : 0x04
2013-24-06 18:29:30.783 DEBUG Asn1Decoder:108 - Tag 0x04 has been decoded
2013-24-06 18:29:30.783 DEBUG Asn1Decoder:680 - --- State = LENGTH_STATE_START
---
2013-24-06 18:29:30.783 DEBUG Asn1Decoder:686 - current byte : 0x82
2013-24-06 18:29:30.784 DEBUG Asn1Decoder:680 - --- State =
LENGTH_STATE_PENDING ---
2013-24-06 18:29:30.784 DEBUG Asn1Decoder:686 - current byte : 0x04
2013-24-06 18:29:30.784 DEBUG Asn1Decoder:266 - current byte : 0x04
2013-24-06 18:29:30.784 DEBUG Asn1Decoder:266 - current byte : 0x81
2013-24-06 18:29:30.784 DEBUG Asn1Decoder:680 - --- State = LENGTH_STATE_END ---
2013-24-06 18:29:30.785 DEBUG Asn1Decoder:686 - current byte : 0x4F
2013-24-06 18:29:30.785 DEBUG Asn1Decoder:360 - Parent length : TLV expected
length stack : - 1157 - 0 - null
2013-24-06 18:29:30.785 DEBUG Asn1Decoder:480 - Length 1153 has been decoded
2013-24-06 18:29:30.785 DEBUG Asn1Decoder:680 - --- State = VALUE_STATE_START
---
2013-24-06 18:29:30.785 DEBUG Asn1Decoder:686 - current byte : 0x4F
2013-24-06 18:29:30.786 DEBUG Asn1Decoder:755 -
<<<------------------------------------------
2013-24-06 18:29:30.786 DEBUG Asn1Decoder:772 - <-- End decoding : TLV[ 0x04,
1153, DATA[0x4F 0x54 0x48 0x45 0x52 0x3A 0x20 0x66 0x61 0x69 0x6C 0x65 0x64
0x20 0x66 0x6F 0x72 0x20 0x4D 0x65 0x73 0x73 0x61 0x67 0x65 0x54 0x79 0x70 0x65
0x20 0x3A 0x20 0x4D 0x4F 0x44 0x49 0x46 0x59 0x5F 0x52 0x45 0x51 0x55 0x45 0x53
0x54 0x0A 0x4D 0x65 0x73 0x73 0x61 0x67 0x65 0x20 0x49 0x44 0x20 0x3A 0x20 0x34
0x0A 0x20 0x20 0x20 0x20 0x4D 0x6F 0x64 0x69 0x66 0x79 0x20 0x52 0x65 0x71 0x75
0x65 0x73 0x74 0x0A 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4F 0x62 0x6A 0x65
0x63 0x74 0x20 0x3A 0x20 0x27 0x75 0x69 0x64 0x3D 0x31 0x33 0x37 0x32 0x31 0x31
0x32 0x38 0x34 0x32 0x33 0x32 0x35 0x2C 0x6F 0x75 0x3D 0x75 0x73 0x65 0x72 0x73
0x2C 0x6F 0x75 0x3D 0x69 0x6E 0x74 0x2C 0x6F 0x3D 0x63 0x70 0x72 0x6F 0x27 0x0A
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4D 0x6F 0x64 0x69
0x66 0x69 0x63 0x61 0x74 0x69 0x6F 0x6E 0x5B 0x30 0x5D 0x0A 0x20 0x20 0x20 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4F 0x70 0x65 0x72
0x61 0x74 0x69 0x6F 0x6E 0x20 0x3A 0x20 0x20 0x61 0x64 0x64 0x0A 0x20 0x20 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4D 0x6F 0x64
0x69 0x66 0x69 0x63 0x61 0x74 0x69 0x6F 0x6E 0x0A 0x6D 0x61 0x69 0x6C 0x3A 0x20
0x74 0x65 0x73 0x74 0x75 0x73 0x65 0x72 0x31 0x32 0x40 0x74 0x65 0x73 0x74 0x75
0x73 0x65 0x72 0x31 0x32 0x2E 0x63 0x6F 0x6D 0x0A 0x20 0x20 0x20 0x20 0x20 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x4D 0x6F 0x64 0x69 0x66 0x69 0x63 0x61 0x74 0x69
0x6F 0x6E 0x5B 0x31 0x5D 0x0A 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x4F 0x70 0x65 0x72 0x61 0x74 0x69 0x6F 0x6E 0x20
0x3A 0x20 0x20 0x72 0x65 0x70 0x6C 0x61 0x63 0x65 0x0A 0x20 0x20 0x20 0x20 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4D 0x6F 0x64 0x69 0x66
0x69 0x63 0x61 0x74 0x69 0x6F 0x6E 0x0A 0x73 0x6E 0x3A 0x20 0x74 0x65 0x73 0x74
0x75 0x73 0x65 0x72 0x31 0x32 0x0A 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20
0x20 0x20 0x20 0x4D 0x6F 0x64 0x69 0x66 0x69 0x63 0x61 0x74 0x69 0x6F 0x6E 0x5B
0x32 0x5D 0x0A 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20
0x20 0x20 0x20 0x4F 0x70 0x65 0x72 0x61 0x74 0x69 0x6F 0x6E 0x20 0x3A 0x20 0x20
0x72 0x65 0x70 0x6C 0x61 0x63 0x65 0x0A 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4D 0x6F 0x64 0x69 0x66 0x69 0x63 0x61
0x74 0x69 0x6F 0x6E 0x0A 0x63 0x6E 0x3A 0x20 0x54 0x65 0x73 0x74 0x20 0x55 0x73
0x65 0x72 0x31 0x32 0x0A 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20
0x20 0x4D 0x6F 0x64 0x69 0x66 0x69 0x63 0x61 0x74 0x69 0x6F 0x6E 0x5B 0x33 0x5D
0x0A 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20
0x20 0x4F 0x70 0x65 0x72 0x61 0x74 0x69 0x6F 0x6E 0x20 0x3A 0x20 0x20 0x61 0x64
0x64 0x0A 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20
0x20 0x20 0x4D 0x6F 0x64 0x69 0x66 0x69 0x63 0x61 0x74 0x69 0x6F 0x6E 0x0A 0x74
0x65 0x6C 0x65 0x70 0x68 0x6F 0x6E 0x65 0x4E 0x75 0x6D 0x62 0x65 0x72 0x3A 0x20
0x31 0x32 0x33 0x32 0x31 0x33 0x0A 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20
0x20 0x20 0x20 0x4D 0x6F 0x64 0x69 0x66 0x69 0x63 0x61 0x74 0x69 0x6F 0x6E 0x5B
0x34 0x5D 0x0A 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20
0x20 0x20 0x20 0x4F 0x70 0x65 0x72 0x61 0x74 0x69 0x6F 0x6E 0x20 0x3A 0x20 0x20
0x61 0x64 0x64 0x0A 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20
0x20 0x20 0x20 0x20 0x4D 0x6F 0x64 0x69 0x66 0x69 0x63 0x61 0x74 0x69 0x6F 0x6E
0x0A 0x75 0x73 0x65 0x72 0x50 0x61 0x73 0x73 0x77 0x6F 0x72 0x64 0x3A 0x20 0x27
0x30 0x78 0x33 0x31 0x20 0x30 0x78 0x33 0x32 0x20 0x30 0x78 0x33 0x33 0x20 0x30
0x78 0x33 0x34 0x20 0x30 0x78 0x33 0x35 0x20 0x30 0x78 0x33 0x36 0x20 0x27 0x0A
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4D 0x6F 0x64 0x69
0x66 0x69 0x63 0x61 0x74 0x69 0x6F 0x6E 0x5B 0x35 0x5D 0x0A 0x20 0x20 0x20 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4F 0x70 0x65 0x72
0x61 0x74 0x69 0x6F 0x6E 0x20 0x3A 0x20 0x20 0x61 0x64 0x64 0x0A 0x20 0x20 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4D 0x6F 0x64
0x69 0x66 0x69 0x63 0x61 0x74 0x69 0x6F 0x6E 0x0A 0x67 0x69 0x76 0x65 0x6E 0x4E
0x61 0x6D 0x65 0x3A 0x20 0x74 0x65 0x73 0x74 0x75 0x73 0x65 0x72 0x31 0x32 0x0A
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4D 0x6F 0x64 0x69
0x66 0x69 0x63 0x61 0x74 0x69 0x6F 0x6E 0x5B 0x36 0x5D 0x0A 0x20 0x20 0x20 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4F 0x70 0x65 0x72
0x61 0x74 0x69 0x6F 0x6E 0x20 0x3A 0x20 0x20 0x61 0x64 0x64 0x0A 0x20 0x20 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4D 0x6F 0x64
0x69 0x66 0x69 0x63 0x61 0x74 0x69 0x6F 0x6E 0x0A 0x64 0x69 0x73 0x70 0x6C 0x61
0x79 0x4E 0x61 0x6D 0x65 0x3A 0x20 0x54 0x65 0x73 0x74 0x20 0x55 0x73 0x65 0x72
0x31 0x32 0x0A 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4D
0x6F 0x64 0x69 0x66 0x69 0x63 0x61 0x74 0x69 0x6F 0x6E 0x5B 0x37 0x5D 0x0A 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x00
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
0x00 0x00 0x00 0x00 ]]
2013-24-06 18:29:30.786 DEBUG Asn1Decoder:780 -
<<<==========================================
2013-24-06 18:29:30.787 DEBUG ProtocolCodecFilter:211 - Processing a
MESSAGE_RECEIVED for session 53
2013-24-06 18:29:30.787 DEBUG LdapDecoder:124 - Decoding the PDU :
2013-24-06 18:29:30.787 DEBUG LdapDecoder:140 - 0x4F 0x70 0x65 0x72 0x61 0x74
0x69 0x6F 0x6E 0x20 0x3A 0x20 0x20 0x61 0x64 0x64 0x0A 0x20 0x20 0x20 0x20 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4D 0x6F 0x64 0x69 0x66
0x69 0x63 0x61 0x74 0x69 0x6F 0x6E 0x0A 0x65 0x6D 0x70 0x6C 0x6F 0x79 0x65 0x65
0x4E 0x75 0x6D 0x62 0x65 0x72 0x3A 0x20 0x74 0x65 0x73 0x74 0x75 0x73 0x65 0x72
0x31 0x32 0x0A 0x6F 0x72 0x67 0x2E 0x61 0x70 0x61 0x63 0x68 0x65 0x2E 0x64 0x69
0x72 0x65 0x63 0x74 0x6F 0x72 0x79 0x2E 0x61 0x70 0x69 0x2E 0x6C 0x64 0x61 0x70
0x2E 0x6D 0x6F 0x64 0x65 0x6C 0x2E 0x6D 0x65 0x73 0x73 0x61 0x67 0x65 0x2E 0x4D
0x6F 0x64 0x69 0x66 0x79 0x52 0x65 0x71 0x75 0x65 0x73 0x74 0x49 0x6D 0x70 0x6C
0x40 0x31 0x36 0x63 0x61 0x39 0x36 0x65 0x38 0x3A 0x20 0x6E 0x75 0x6C 0x6C
2013-24-06 18:29:30.787 DEBUG Asn1Decoder:671 -
>>>==========================================
2013-24-06 18:29:30.787 DEBUG Asn1Decoder:672 - --> Decoding a PDU
2013-24-06 18:29:30.788 DEBUG Asn1Decoder:673 -
>>>------------------------------------------
2013-24-06 18:29:30.788 DEBUG Asn1Decoder:680 - --- State = VALUE_STATE_PENDING
---
2013-24-06 18:29:30.788 DEBUG Asn1Decoder:686 - current byte : 0x4F
2013-24-06 18:29:30.788 DEBUG Asn1Decoder:680 - --- State = TLV_STATE_DONE ---
2013-24-06 18:29:30.788 DEBUG Asn1Decoder:690 - no more byte to decode in the
stream
2013-24-06 18:29:30.789 DEBUG Asn1Decoder:145 - TLV Tree :
TLV0x04(1153)-TLV0x67(0)-TLV0x30(0)
2013-24-06 18:29:30.789 DEBUG AbstractGrammar:130 - Transition from state
<MATCHED_DN_STATE> to state <ERROR_MESSAGE_STATE>, tag <0x04>, action : Store
error message
2013-24-06 18:29:30.789 DEBUG StoreErrorMessage:94 - The error message is :
OTHER: failed for MessageType : MODIFY_REQUEST
Message ID : 4
Modify Request
Object : 'uid=1372112842325,ou=users,ou=int,o=cpro'
Modification[0]
Operation : add
Modification
mail: [email protected]
Modification[1]
Operation : replace
Modification
sn: testuser12
Modification[2]
Operation : replace
Modification
cn: Test User12
Modification[3]
Operation : add
Modification
telephoneNumber: 123213
Modification[4]
Operation : add
Modification
userPassword: '0x31 0x32 0x33 0x34 0x35 0x36 '
Modification[5]
Operation : add
Modification
givenName: testuser12
Modification[6]
Operation : add
Modification
displayName: Test User12
Modification[7]
Operation : add
Modification
employeeNumber: testuser12
org.apache.directory.api.ldap.model.message.ModifyRequestImpl@16ca96e8: null
2013-24-06 18:29:30.789 DEBUG Asn1Decoder:755 -
<<<------------------------------------------
2013-24-06 18:29:30.789 DEBUG Asn1Decoder:761 - <-- Stop decoding : TLV[ 0x04,
1153, DATA[0x4F 0x54 0x48 0x45 0x52 0x3A 0x20 0x66 0x61 0x69 0x6C 0x65 0x64
0x20 0x66 0x6F 0x72 0x20 0x4D 0x65 0x73 0x73 0x61 0x67 0x65 0x54 0x79 0x70 0x65
0x20 0x3A 0x20 0x4D 0x4F 0x44 0x49 0x46 0x59 0x5F 0x52 0x45 0x51 0x55 0x45 0x53
0x54 0x0A 0x4D 0x65 0x73 0x73 0x61 0x67 0x65 0x20 0x49 0x44 0x20 0x3A 0x20 0x34
0x0A 0x20 0x20 0x20 0x20 0x4D 0x6F 0x64 0x69 0x66 0x79 0x20 0x52 0x65 0x71 0x75
0x65 0x73 0x74 0x0A 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4F 0x62 0x6A 0x65
0x63 0x74 0x20 0x3A 0x20 0x27 0x75 0x69 0x64 0x3D 0x31 0x33 0x37 0x32 0x31 0x31
0x32 0x38 0x34 0x32 0x33 0x32 0x35 0x2C 0x6F 0x75 0x3D 0x75 0x73 0x65 0x72 0x73
0x2C 0x6F 0x75 0x3D 0x69 0x6E 0x74 0x2C 0x6F 0x3D 0x63 0x70 0x72 0x6F 0x27 0x0A
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4D 0x6F 0x64 0x69
0x66 0x69 0x63 0x61 0x74 0x69 0x6F 0x6E 0x5B 0x30 0x5D 0x0A 0x20 0x20 0x20 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4F 0x70 0x65 0x72
0x61 0x74 0x69 0x6F 0x6E 0x20 0x3A 0x20 0x20 0x61 0x64 0x64 0x0A 0x20 0x20 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4D 0x6F 0x64
0x69 0x66 0x69 0x63 0x61 0x74 0x69 0x6F 0x6E 0x0A 0x6D 0x61 0x69 0x6C 0x3A 0x20
0x74 0x65 0x73 0x74 0x75 0x73 0x65 0x72 0x31 0x32 0x40 0x74 0x65 0x73 0x74 0x75
0x73 0x65 0x72 0x31 0x32 0x2E 0x63 0x6F 0x6D 0x0A 0x20 0x20 0x20 0x20 0x20 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x4D 0x6F 0x64 0x69 0x66 0x69 0x63 0x61 0x74 0x69
0x6F 0x6E 0x5B 0x31 0x5D 0x0A 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x4F 0x70 0x65 0x72 0x61 0x74 0x69 0x6F 0x6E 0x20
0x3A 0x20 0x20 0x72 0x65 0x70 0x6C 0x61 0x63 0x65 0x0A 0x20 0x20 0x20 0x20 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4D 0x6F 0x64 0x69 0x66
0x69 0x63 0x61 0x74 0x69 0x6F 0x6E 0x0A 0x73 0x6E 0x3A 0x20 0x74 0x65 0x73 0x74
0x75 0x73 0x65 0x72 0x31 0x32 0x0A 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20
0x20 0x20 0x20 0x4D 0x6F 0x64 0x69 0x66 0x69 0x63 0x61 0x74 0x69 0x6F 0x6E 0x5B
0x32 0x5D 0x0A 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20
0x20 0x20 0x20 0x4F 0x70 0x65 0x72 0x61 0x74 0x69 0x6F 0x6E 0x20 0x3A 0x20 0x20
0x72 0x65 0x70 0x6C 0x61 0x63 0x65 0x0A 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4D 0x6F 0x64 0x69 0x66 0x69 0x63 0x61
0x74 0x69 0x6F 0x6E 0x0A 0x63 0x6E 0x3A 0x20 0x54 0x65 0x73 0x74 0x20 0x55 0x73
0x65 0x72 0x31 0x32 0x0A 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20
0x20 0x4D 0x6F 0x64 0x69 0x66 0x69 0x63 0x61 0x74 0x69 0x6F 0x6E 0x5B 0x33 0x5D
0x0A 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20
0x20 0x4F 0x70 0x65 0x72 0x61 0x74 0x69 0x6F 0x6E 0x20 0x3A 0x20 0x20 0x61 0x64
0x64 0x0A 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20
0x20 0x20 0x4D 0x6F 0x64 0x69 0x66 0x69 0x63 0x61 0x74 0x69 0x6F 0x6E 0x0A 0x74
0x65 0x6C 0x65 0x70 0x68 0x6F 0x6E 0x65 0x4E 0x75 0x6D 0x62 0x65 0x72 0x3A 0x20
0x31 0x32 0x33 0x32 0x31 0x33 0x0A 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20
0x20 0x20 0x20 0x4D 0x6F 0x64 0x69 0x66 0x69 0x63 0x61 0x74 0x69 0x6F 0x6E 0x5B
0x34 0x5D 0x0A 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20
0x20 0x20 0x20 0x4F 0x70 0x65 0x72 0x61 0x74 0x69 0x6F 0x6E 0x20 0x3A 0x20 0x20
0x61 0x64 0x64 0x0A 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20
0x20 0x20 0x20 0x20 0x4D 0x6F 0x64 0x69 0x66 0x69 0x63 0x61 0x74 0x69 0x6F 0x6E
0x0A 0x75 0x73 0x65 0x72 0x50 0x61 0x73 0x73 0x77 0x6F 0x72 0x64 0x3A 0x20 0x27
0x30 0x78 0x33 0x31 0x20 0x30 0x78 0x33 0x32 0x20 0x30 0x78 0x33 0x33 0x20 0x30
0x78 0x33 0x34 0x20 0x30 0x78 0x33 0x35 0x20 0x30 0x78 0x33 0x36 0x20 0x27 0x0A
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4D 0x6F 0x64 0x69
0x66 0x69 0x63 0x61 0x74 0x69 0x6F 0x6E 0x5B 0x35 0x5D 0x0A 0x20 0x20 0x20 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4F 0x70 0x65 0x72
0x61 0x74 0x69 0x6F 0x6E 0x20 0x3A 0x20 0x20 0x61 0x64 0x64 0x0A 0x20 0x20 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4D 0x6F 0x64
0x69 0x66 0x69 0x63 0x61 0x74 0x69 0x6F 0x6E 0x0A 0x67 0x69 0x76 0x65 0x6E 0x4E
0x61 0x6D 0x65 0x3A 0x20 0x74 0x65 0x73 0x74 0x75 0x73 0x65 0x72 0x31 0x32 0x0A
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4D 0x6F 0x64 0x69
0x66 0x69 0x63 0x61 0x74 0x69 0x6F 0x6E 0x5B 0x36 0x5D 0x0A 0x20 0x20 0x20 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4F 0x70 0x65 0x72
0x61 0x74 0x69 0x6F 0x6E 0x20 0x3A 0x20 0x20 0x61 0x64 0x64 0x0A 0x20 0x20 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4D 0x6F 0x64
0x69 0x66 0x69 0x63 0x61 0x74 0x69 0x6F 0x6E 0x0A 0x64 0x69 0x73 0x70 0x6C 0x61
0x79 0x4E 0x61 0x6D 0x65 0x3A 0x20 0x54 0x65 0x73 0x74 0x20 0x55 0x73 0x65 0x72
0x31 0x32 0x0A 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4D
0x6F 0x64 0x69 0x66 0x69 0x63 0x61 0x74 0x69 0x6F 0x6E 0x5B 0x37 0x5D 0x0A 0x20
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x4F
0x70 0x65 0x72 0x61 0x74 0x69 0x6F 0x6E 0x20 0x3A 0x20 0x20 0x61 0x64 0x64 0x0A
0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20 0x20
0x4D 0x6F 0x64 0x69 0x66 0x69 0x63 0x61 0x74 0x69 0x6F 0x6E 0x0A 0x65 0x6D 0x70
0x6C 0x6F 0x79 0x65 0x65 0x4E 0x75 0x6D 0x62 0x65 0x72 0x3A 0x20 0x74 0x65 0x73
0x74 0x75 0x73 0x65 0x72 0x31 0x32 0x0A 0x6F 0x72 0x67 0x2E 0x61 0x70 0x61 0x63
0x68 0x65 0x2E 0x64 0x69 0x72 0x65 0x63 0x74 0x6F 0x72 0x79 0x2E 0x61 0x70 0x69
0x2E 0x6C 0x64 0x61 0x70 0x2E 0x6D 0x6F 0x64 0x65 0x6C 0x2E 0x6D 0x65 0x73 0x73
0x61 0x67 0x65 0x2E 0x4D 0x6F 0x64 0x69 0x66 0x79 0x52 0x65 0x71 0x75 0x65 0x73
0x74 0x49 0x6D 0x70 0x6C 0x40 0x31 0x36 0x63 0x61 0x39 0x36 0x65 0x38 0x3A 0x20
0x6E 0x75 0x6C 0x6C ]]
2013-24-06 18:29:30.789 DEBUG Asn1Decoder:780 -
<<<==========================================
2013-24-06 18:29:30.789 DEBUG LdapDecoder:150 - Decoded LdapMessage :
MessageType : MODIFY_RESPONSE
Message ID : 4
Modify Response
Ldap Result
Result code : (OTHER) other
Matched Dn : ''
Diagnostic message : 'OTHER: failed for MessageType : MODIFY_REQUEST
Message ID : 4
Modify Request
Object : 'uid=1372112842325,ou=users,ou=int,o=cpro'
Modification[0]
Operation : add
Modification
mail: [email protected]
Modification[1]
Operation : replace
Modification
sn: testuser12
Modification[2]
Operation : replace
Modification
cn: Test User12
Modification[3]
Operation : add
Modification
telephoneNumber: 123213
Modification[4]
Operation : add
Modification
userPassword: '0x31 0x32 0x33 0x34 0x35 0x36 '
Modification[5]
Operation : add
Modification
givenName: testuser12
Modification[6]
Operation : add
Modification
displayName: Test User12
Modification[7]
Operation : add
Modification
employeeNumber: testuser12
org.apache.directory.api.ldap.model.message.ModifyRequestImpl@16ca96e8: null'
2013-24-06 18:29:30.790 DEBUG LdapNetworkConnection:1818 - -------> MessageType
: MODIFY_RESPONSE
Message ID : 4
Modify Response
Ldap Result
Result code : (OTHER) other
Matched Dn : ''
Diagnostic message : 'OTHER: failed for MessageType : MODIFY_REQUEST
Message ID : 4
Modify Request
Object : 'uid=1372112842325,ou=users,ou=int,o=cpro'
Modification[0]
Operation : add
Modification
mail: [email protected]
Modification[1]
Operation : replace
Modification
sn: testuser12
Modification[2]
Operation : replace
Modification
cn: Test User12
Modification[3]
Operation : add
Modification
telephoneNumber: 123213
Modification[4]
Operation : add
Modification
userPassword: '0x31 0x32 0x33 0x34 0x35 0x36 '
Modification[5]
Operation : add
Modification
givenName: testuser12
Modification[6]
Operation : add
Modification
displayName: Test User12
Modification[7]
Operation : add
Modification
employeeNumber: testuser12
org.apache.directory.api.ldap.model.message.ModifyRequestImpl@16ca96e8: null'
Message received <-------
2013-24-06 18:29:30.790 DEBUG LdapNetworkConnection:309 - Getting <4,
org.apache.directory.ldap.client.api.future.ModifyFuture>
2013-24-06 18:29:30.790 DEBUG LdapNetworkConnection:2029 - ModifyFuture failed
: MessageType : MODIFY_RESPONSE
Message ID : 4
Modify Response
Ldap Result
Result code : (OTHER) other
Matched Dn : ''
Diagnostic message : 'OTHER: failed for MessageType : MODIFY_REQUEST
Message ID : 4
Modify Request
Object : 'uid=1372112842325,ou=users,ou=int,o=cpro'
Modification[0]
Operation : add
Modification
mail: [email protected]
Modification[1]
Operation : replace
Modification
sn: testuser12
Modification[2]
Operation : replace
Modification
cn: Test User12
Modification[3]
Operation : add
Modification
telephoneNumber: 123213
Modification[4]
Operation : add
Modification
userPassword: '0x31 0x32 0x33 0x34 0x35 0x36 '
Modification[5]
Operation : add
Modification
givenName: testuser12
Modification[6]
Operation : add
Modification
displayName: Test User12
Modification[7]
Operation : add
Modification
employeeNumber: testuser12
org.apache.directory.api.ldap.model.message.ModifyRequestImpl@16ca96e8: null'
2013-24-06 18:29:30.790 DEBUG LdapNetworkConnection:295 - Removing <4,
org.apache.directory.ldap.client.api.future.ModifyFuture>
2013-24-06 18:29:30.790 DEBUG LdapNetworkConnection:2250 - Modify failed :
MessageType : MODIFY_RESPONSE
Message ID : 4
Modify Response
Ldap Result
Result code : (OTHER) other
Matched Dn : ''
Diagnostic message : 'OTHER: failed for MessageType : MODIFY_REQUEST
Message ID : 4
Modify Request
Object : 'uid=1372112842325,ou=users,ou=int,o=cpro'
Modification[0]
Operation : add
Modification
mail: [email protected]
Modification[1]
Operation : replace
Modification
sn: testuser12
Modification[2]
Operation : replace
Modification
cn: Test User12
Modification[3]
Operation : add
Modification
telephoneNumber: 123213
Modification[4]
Operation : add
Modification
userPassword: '0x31 0x32 0x33 0x34 0x35 0x36 '
Modification[5]
Operation : add
Modification
givenName: testuser12
Modification[6]
Operation : add
Modification
displayName: Test User12
Modification[7]
Operation : add
Modification
employeeNumber: testuser12
org.apache.directory.api.ldap.model.message.ModifyRequestImpl@16ca96e8: null'