[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: space sensitive ?



At 03:07 AM 2002-06-01, Susanth TS wrote:
>We find rules with "space insensitive"  for attributes. But we do not find any
>rule with "space sensitive".

All standard character string matching rules are "space insensitive".

>We have a client which authenticates on ldap . I
>do not want clients to authenticate with leading and trailing spaces.

I note that passwords in LDAP are octetString with octetStringMatch
equality matching.  It's generally advised that LDAP clients
transliterate to Unicode, normalize to form KC, and encode as
UTF-8 before transfer.

Kurt