> 2009-06-17 09:20:03,753 WARN
> [org.jasig.services.persondir.support.ldap.PersonAttributesMapper] -
> Converting value 0 of LDAP attribute 'sn' from byte[] to String

That's just a warning that bytes are being sent from the directory and
coerced to strings in the platform default encoding (e.g. new
String(bytes)).  That can be a problem for international folks that
may have different character encodings between LDAP and Java platform
running CAS, but is a non-issue for most other circumstances.

M

-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to