Skip to content

Caracter with accent error #56

Description

@KleyLima

Maybe I am making something wrong but when I try to add this entry

[
  objectClass: ["top", "person", "inetOrgPerson"],
  cn: "rodrigo+1@email",
  sn: "Rodrigo Rebouças",
  displayName: "Rodrigo Rebouças",
  uid: "na",
  mail: "rodrigo+1@email",
  userPassword: 123
]

I receive:

14:47:07.844 [debug] add request = {'AddRequest',
                  "cn=rodrigo\\+1@email,ou=users,ou=opengalaxy,dc=opengalaxy",
                  [{'AddRequest_attributes',"objectClass",
                       ["top","person","inetOrgPerson"]},
                   {'AddRequest_attributes',"cn",["rodrigo+1@email"]},
                   {'AddRequest_attributes',"sn",["Rodrigo Rebouças"]},
                   {'AddRequest_attributes',"displayName",
                       ["Rodrigo Rebouças"]},
                   {'AddRequest_attributes',"uid",["na"]},
                   {'AddRequest_attributes',"mail",["rodrigo+1@email"]},
                   {'AddRequest_attributes',"userPassword",["123"]}]}

14:47:07.845 [debug] add reply = {ok,{'LDAPMessage',2,
                    {addResponse,
                        {'LDAPResult',invalidAttributeSyntax,[],
                            "sn: value #0 invalid per syntax",asn1_NOVALUE}},
                    asn1_NOVALUE}}

Sounds like encoding to me or if I done something wrong please tell me, thanks!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions