04-24-06 12:56 PM
[ http://issues.apache.org/jira/brows...ER-606?page=all ]
Stefan Zoerner updated DIRSERVER-606:
-------------------------------------
Attachment: patch_DIRSERVER-606_2.txt
Emmanuel, I recommend to fix it like this (attached file patch_DIRSERVER-606
_2.txt) instead. Your proposal has two disadvantages (as far as I understand
the situation):
1) Call to DnParser.parse is not synchronized (I assume it should, because o
ther calls in the class are)
2) At least one case is not fixed:
$ ldapsearch -h localhost -p 10389 -D "uid=admin,ou=system" -w ***** -b "uid
= admin,ou=system" "(objectClass=*)" dn
display the admin entry, but
$ ldapsearch -h localhost -p 10389 -D "uid=Admin,ou=system" -w ***** -b "uid
= admin,ou=system" "(objectClass=*)" dn
does not (it displays nothing), because principalDn is not normalized in isS
earchable for all cases. We should consider to normalize all principalDn occ
urrences in this class. There might be other problems due to the many LdapNa
me.equals() calls.
> ou=users, ou=system - user cannot see their own entry
> -----------------------------------------------------
>
> Key: DIRSERVER-606
> URL: http://issues.apache.org/jira/browse/DIRSERVER-606
> Project: Directory ApacheDS
> Type: Bug
> Versions: 1.0-RC1
> Environment: JDK 1.4.1
> Tried both JXplorer, and from ACEGI security
> Reporter: Marc Batchelor
> Assignee: Stefan Zoerner
> Priority: Critical
> Attachments: patch.txt, patch_DIRSERVER-606_2.txt
>
> User binds to ApacheDS as a user under ou=users, ou=system. The user canno
t see their own entry to get their own attributes.
> Documentation states: Users cannot see other user entries under the 'ou=us
ers,ou=system' entry.
> Agreed and understood. But, the user, after binding with the directory, cannot eve
n find their own entry to get their own attributes.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secur...nistrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
[ Post a follow-up to this message ]
|