Well...possibly?  Probably I wasn't clear in what I am looking for.  

1) I am having a problem knowing what explicit syntax and equality rule to
use for adding to OpenLDAP descriptive information for data representing
md5, sha1-sha512 and rmd160.  This given "Directory String" is not an
accurate summary of the data.

2) How do I specify HEX or LHEX?  According to what I have read LHEX uses
[0-9a-z] and HEX uses [0-9a-zA-Z], and there may be additional characters
that I have not included, which are NOT alphanumeric.

3) Are there any syntax or equality rules for Unicode sets in OpenLDAP? 
If not how would one go about incorporating those values into an LDAP
system?

___
draft-ietf-ldapbis-models-14.txt, LDAP: Directory Information Models

HEX = DIGIT / %x41-46 / %x61-66 ; "0"-"9" / "A"-"F" / "a"-"f"

___
Request for Comments: 2252, Lightweight Directory Access Protocol
(v3):Attribute Syntax Definitions

hex-digit       =  d / "a" / "b" / "c" / "d" / "e" / "f" /
                 "A" / "B" / "C" / "D" / "E" / "F"
___


If all else fails I'll have to code the interface to OpenLDAP in C++ to
convert data to a subset of Unicode...which is not desireable given the
processing overhead.

Are there any great documents that would resolve this problem somewhere?


Thanks!

---
You are currently subscribed to [email protected] as: [EMAIL PROTECTED]
To unsubscribe send email to [EMAIL PROTECTED] with the word UNSUBSCRIBE as the 
SUBJECT of the message.

Reply via email to