You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2010/06/18 14:32:27 UTC

[jira] Resolved: (DIRSERVER-1285) Quotes in DN are not handled correctly during normalization [was: Quotes in DN on simple binds causes referral error]

     [ https://issues.apache.org/jira/browse/DIRSERVER-1285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny resolved DIRSERVER-1285.
------------------------------------------

    Resolution: Fixed

Seems to be fixed. I have added JNDI and LdapAPI tests to demonstrate this :
http://svn.apache.org/viewvc?rev=955967&view=rev
http://svn.apache.org/viewvc?rev=955969&view=rev


> Quotes in DN are not handled correctly during normalization [was: Quotes in DN on simple binds causes referral error]
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: DIRSERVER-1285
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1285
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.5.4
>         Environment: Windows XP, embedded in another java app, jdk 1.6.0
>            Reporter: Daniel Henninger
>            Assignee: Emmanuel Lecharny
>             Fix For: 2.0.0-RC1
>
>
> A user exists in my database:
> uid=openfire,ou=users,ou=system
> if I authenticate using that DN, everything is fine
> if I authenticate using:
> uid="openfire",ou="users",ou="system"
> (or any iteration of the quotes)
> I get an error:
> LDAP: error code 49 - Bind principalDN points to referral.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.