14.14. 在 LDAP 下使用中文

Contributed by duncanlo (duncan@twn.wox.org)

Last Update: 2003年 4月24日 周四 05時13分04秒 CST

如果是要將 .ldif 轉入,必須先將中文轉成 utf-8。

安裝 converter/iconv, 假設要轉碼的檔案是 big5.ldif,轉出來的檔案是 utf-8.ldif。

% iconv -f big5 -t utf-8 big5.ldif > utf-8.ldif

然後就可以用 ldapadd 來將 utf-8.ldif 轉入 ldap 了。

Figure 14-6. ldap snapshot

WWW: Java LDAP Browser/Editor