Bug 478289 - Support LDAP message extendedRequest.
Summary: Support LDAP message extendedRequest.
Keywords:
Status: CLOSED EOL
Alias: None
Product: penrose
Classification: Retired
Component: Unknown
Version: 2.1
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Endi Sukma Dewata
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-12-27 08:15 UTC by Chandrasekar Kannan
Modified: 2020-03-27 18:33 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-03-27 18:33:58 UTC
Embargoed:


Attachments (Terms of Use)

Description Chandrasekar Kannan 2008-12-27 08:15:17 UTC
While integrating xwiki to a penrose instance as LDAP server. It fails with timeouts as exception.
Xwiki uses the jldap client to connect to the LDAP server and this client uses an LDAP message Extended request that is not implemented in penrose.
Additional Comments From cnico dated Fri Dec 19 04:05:00 CST 2008 
Test case developped to reproduce the problem.

Additional Comments From cnico dated Fri Dec 19 04:10:48 CST 2008 
Patch files produced with tortoiseSVN that contains the correction I implemented to this problem.

The patch of java-backend-1.1 has been produced from subversion revision 801 in date of 23 march 2007.
The patch of penrose-server has been produced from subversion tag 1.2.4.


=========================================================
Issue dump from jira
$VAR1 = {
          'priority' => '3',
          'customFieldValues' => [],
          'project' => 'PENROSE',
          'status' => '1',
          'components' => [
                            {}
                          ],
          'attachmentNames' => 'penrose-java-backend-1.1-addextendedreq.patch',
          'reporter' => 'cnico',
          'key' => 'PENROSE-341',
          'assignee' => 'jimyang',
          'summary' => 'Integration with xwiki impossible because penrose does not support LDAP message extendedRequest.',
          'id' => '11090',
          'updated' => '2008-12-19 04:10:49.0',
          'votes' => '0',
          'fixVersions' => [],
          'affectsVersions' => [
                               {
                                 'releaseDate' => '2007-07-17 00:00:00.0',
                                 'sequence' => '26',
                                 'name' => 'Penrose-1.2.4',
                                 'released' => 'true',
                                 'id' => '10123',
                                 'archived' => 'false'
                               }
                             ],
          'description' => 'While integrating xwiki to a penrose instance as LDAP server. It fails with timeouts as exception.
Xwiki uses the jldap client to connect to the LDAP server and this client uses an LDAP message Extended request that is not implemented in penrose.',
          'created' => '2008-12-19 04:03:51.0',
          'type' => '1'
        };


=========================================================


Note You need to log in before you can comment on or make changes to this bug.