I'm have extended the LDAP implementation of the JetspeedUser interface,
putting in some methods to access custom LDAP attributes. I put the following lines in JetspeedSecurity.properties:
#services.JetspeedSecurity.user.class=org.apache.jetspeed.om.security.ldap.LDAPUser
services.JetspeedSecurity.user.class=com.[...].MyLDAPUser
Creating new users works fine -- they are stored in LDAP along with the custom attributes -- but when I want to access my implementation from a request tool, the call to the RunData object
data.getUser().getClass()
returns "org.apache.jetspeed.om.security.ldap.LDAPUser". I would have expected to get "com.[...].MyLDAPUser", so that I can access my custom methods.
What could be wrong? Thanks for any hints,
T�m
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
