Issue Details (XML | Word | Printable)

Key: DIRSERVER-691
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Pierre-Arnaud Marcelot
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Directory ApacheDS

Wrong DN comparison in SimpleTriggerExecutionAuthorizer

Created: 01/Aug/06 10:13 AM   Updated: 02/Aug/06 11:35 AM
Return to search
Component/s: None
Affects Version/s: 1.5.0
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works patch-SimpleTriggerExecutionAuthorizer.patch 2006-08-01 10:14 AM Pierre-Arnaud Marcelot 0.5 kB

Resolution Date: 01/Aug/06 11:22 AM


 Description  « Hide
The comparison between the two DN is wrong : the first one is normalized, the second isn't.

PartitionNexusProxy.ADMIN_PRINCIPAL_NORMALIZED should be used instead of PartitionNexusProxy.ADMIN_PRINCIPAL.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Pierre-Arnaud Marcelot added a comment - 01/Aug/06 10:14 AM
Here's a patch for this issue.

It must be applied from : /apacheds/core/src/main/java/org/apache/directory/server/core/trigger

Emmanuel Lecharny added a comment - 01/Aug/06 11:22 AM
Ok, patched applied.

Thanks !

Pierre-Arnaud Marcelot added a comment - 02/Aug/06 11:35 AM
You're welcome.

I'm closing this issue.