Project

General

Profile

Actions

Bug #1466

closed

getprinicpals action doesnt return trees for UCNRS and PISCO

Added by Saurabh Garg over 20 years ago. Updated over 20 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
metacat
Target version:
Start date:
04/08/2004
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
1466

Description

The getprincipals right now return trees for all organizations except UCNRS and
PISCO. A similar scenario can be generated using ldapsearch command.
What is happening right now is
ldapsearch -C -x -b dc=ecoinformatics,dc=org objectClass=inetOrgPerson
What is wanted is
ldapsearch -C -MM -x -b dc=ecoinformatics,dc=org objectClass=inetOrgPerson

The difference is -MM arguement. From ldapsearch man page -MM does the
following:
Enable manage DSA IT control. -MM makes control critical.

Couldn't find out what that means. But found a call to make the search critical
and hence a hope of passing -MM arguement. But hopes dashed when found that
code uses javax.naming.directory classes right now.
Whereas call is found in javax.naming.ldap. These classes were created to
provide support for LDAPv3 extended operations and controls. Hence maybe the
functionality that search can be made critical.

Anyway more research needed. Maybe javax.naming.directory can be used in
conjunction with javax.naming.ldap.

Actions

Also available in: Atom PDF