[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: 21 - value contains invalid data
At 11:22 AM 5/7/01, Eric Parusel wrote:
>Apparently Communigate Pro will work with Openldap 1.x, is there
>anything obvious that's changed between 1.x and 2.x that would cause
>this?
1.x implements LDAPv2 and didn't enforce syntax restrictions.
2.x implements LDAPv3 and does enforce syntax restrictions.
LDAPv2 uses T.61 whereas LDAPv3 uses UTF-8 encoded ISO 10646-1
(Unicode).
>Is there any way that I can see *which* attributes is/are the one(s)
>that are causing the problem?
Unfornately, the slapd logging is terrible verbose.
Kurt