[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
ldapadd error while adding localized users
- To: openldap-technical@openldap.org
- Subject: ldapadd error while adding localized users
- From: anish patil <anish.developer@gmail.com>
- Date: Thu, 27 Aug 2009 05:15:41 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=AgNbgcavuLOOIFQy41q1eFahDRGLwsJ/MCQQxVRQOJ0=; b=iR5Cu08hLnfFKF/ZrJX+KKYabvvC6S7hrvMe5dTLNLxcp6i/dK37N6RfaL8Hf8J+nf 5neWWNquJfAHFpH1Ep9HypTnHxgbS6P4fRyEGCW0v7MaDWvqNeb52zs3sUnufJ4AyH95 MnYrTF1SKXgTsNLiN7LC4OwFjxcJeOSpHwwEw=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=XnlLNPdoz+3eB7Ifne+K3K2ae5HW4RcgEB4qSirk2e1GMoaIN8OZJnzP2uRUzUp21V SWSHo0b4LK+w9tc4Lbdh7MFMNDJDp3jzcksFR+9t/NC/TZSbDvKiOvVfvVkhqn6vlvKU NmHbrulgJg9ZTX8M152QHhMBlps/0tOfoOXik=
Hi all,
I am trying to add localized users into ldap i.e LANG=ja_JP.SJIS
while creating ldif file i am converting SJIS chars into UTF-8 format.
if i give value attribute "gecos:" in ldif file in localized format
I am not able add the user its giving me following error
<error>
additional info: gecos: value #0 invalid per syntax
</error>
If i am giving rest of the attributes in localized format it works fine
Only problem is with gecos field
can anyone tell is this the desired behavior or Am i missing something?
OpenLDAP version:2.4.11
O.S: RHEL 4.3
Thanks in advance
--
Anish Patil