You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Martin Choma (JIRA)" <ji...@apache.org> on 2016/05/25 13:07:12 UTC

[jira] [Commented] (DIRSERVER-2146) Using special chars in uid makes problem

    [ https://issues.apache.org/jira/browse/DIRSERVER-2146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15300002#comment-15300002 ] 

Martin Choma commented on DIRSERVER-2146:
-----------------------------------------

On client side this error occures 

Message ID : 7
    Add Request :
Entry
    dn[n]: uid=#4869,ou=People,o=LdapLoginModuleSpecialNamesTestCasebb08edb7,o=primary,dc=jboss,dc=org
    objectclass: top
    objectclass: person
    objectclass: inetOrgPerson
    uid: Hi
    cn: Java Duke
    sn: Duke
    userpassword: 0x50 0x61 0x73 0x73 0x77 0x6F 0x72 0x64 0x31 
: ERR_268 Cannot find a partition for uid=#4869,ou=People,o=LdapLoginModuleSpecialNamesTestCasebb08edb7,o=primary,dc=jboss,dc=org

> Using special chars in uid makes problem
> ----------------------------------------
>
>                 Key: DIRSERVER-2146
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-2146
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 2.0.0-M21
>            Reporter: Martin Choma
>         Attachments: LdapLoginModuleSpecialNamesTestCase.ldif
>
>
> I am trying to upgrade from version 20 to 21 and hit problem, when creating ldap items with special characters, ApacheDS fails. In version 20 the same entries were created seamlessly.
> 14:27:42,723 DEBUG [org.jboss.eapqe.krbldap.servers.ldap.LdapServer] (main) Adding entry: o=LdapLoginModuleSpecialNamesTestCasebb08edb7,o=primary,dc=jboss,dc=org
> 14:27:42,756 DEBUG [org.jboss.eapqe.krbldap.servers.ldap.LdapServer] (main) Adding entry: ou=People,o=LdapLoginModuleSpecialNamesTestCasebb08edb7,o=primary,dc=jboss,dc=org
> 14:27:42,862 DEBUG [org.jboss.eapqe.krbldap.servers.ldap.LdapServer] (main) Adding entry: ou=Roles,o=LdapLoginModuleSpecialNamesTestCasebb08edb7,o=primary,dc=jboss,dc=org
> 14:27:42,977 DEBUG [org.jboss.eapqe.krbldap.servers.ldap.LdapServer] (main) Adding entry: uid=jduke,ou=People,o=LdapLoginModuleSpecialNamesTestCasebb08edb7,o=primary,dc=jboss,dc=org
> 14:27:43,080 DEBUG [org.jboss.eapqe.krbldap.servers.ldap.LdapServer] (main) Adding entry: uid=Sue\, Grabbit and Runn,ou=People,o=LdapLoginModuleSpecialNamesTestCasebb08edb7,o=primary,dc=jboss,dc=org
> 14:27:43,162 DEBUG [org.jboss.eapqe.krbldap.servers.ldap.LdapServer] (main) Adding entry: uid=Before\0DAfter,ou=People,o=LdapLoginModuleSpecialNamesTestCasebb08edb7,o=primary,dc=jboss,dc=org
> 14:27:43,163 WARN  [org.apache.directory.server.core.normalization.NormalizationInterceptor] (pool-7-thread-1) The Rdn 'uid=Before\0DAfter' is not present in the entry
> 14:27:43,255 DEBUG [org.jboss.eapqe.krbldap.servers.ldap.LdapServer] (main) Adding entry: uid=#4869,ou=People,o=LdapLoginModuleSpecialNamesTestCasebb08edb7,o=primary,dc=jboss,dc=org
> 14:27:43,256 ERROR [org.apache.directory.api.ldap.model.entry.AbstractValue] (pool-7-thread-1) The 'uid' AttributeType and values must both be String or binary
> 14:27:43,257 WARN  [org.apache.directory.api.ldap.model.entry.DefaultEntry] (pool-7-thread-1) The Dn 'uid=#4869,ou=People,o=LdapLoginModuleSpecialNamesTestCasebb08edb7,o=primary,dc=jboss,dc=org' cannot be normalized
> 14:27:43,258 WARN  [org.apache.directory.server.core.normalization.NormalizationInterceptor] (pool-7-thread-1) The Rdn 'uid=Hi' is not present in the entry
> 14:27:43,258 WARN  [org.apache.directory.api.ldap.model.entry.DefaultAttribute] (pool-7-thread-1) ERR_04486_VALUE_ALREADY_EXISTS The value 'Hi' already exists in the attribute (uid)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)