Dashboard > ApacheDS Addons > ... > Developer's Guide > Apache DS UTF-8 compliance
Apache DS UTF-8 compliance
Added by Emmanuel Lécharny, last edited by Emmanuel Lécharny on Nov 22, 2005  (view change)
Labels: 
(None)


Supporting UTF-8 characters in Apache Directory Server

Bind Request

Pojos

The BindRequest class and BindRequestImpl classes are UTF-8 compliants

This message is the first Ldap Message send by a user who want to connect to a LdapServer.

Its structure is :

  • A Message Id in the LdapMessage envelop
  • A Ldap protocol version to be used ( here, 3, as ApacheDS is a Ldapv3 compliant server )
  • A name which is a distinguished name, or null if the user wants to bind as anonymous
  • A authentication which can be a simple password or a SASL credential, with a mechanism and credentials.

The name and the mechanism are String, and must be decoded as UTF-8 strings in the server.

The simple authentication and the credentials are byte array, and are to be stored without any modification.

Digester

Site running on a free Atlassian Confluence Open Source Project License granted to Safehaus. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.4 Build:#809 Jun 12, 2007) - Bug/feature request - Contact Administrators