The class org.apache.turbine.services.security.ldap.LDAPUserManager contains
the following line : 

String userBaseSearch = TurbineResources.getString(LDAP_BASE_SERACH);

LDAP_BASE_SEARCH is the String "ldap.user.basesearch".

The corresponding property in TurbineResources.properties is : 

services.SecurityService.ldap.user.basesearch=o\blahblahblah

How does the TurbineResources class know to use the
"services.SecurityService" prefix on the TurbineResources.getString() call?

I extended LDAPUserManager with my own class in a different package (same
class name).  Doing so caused all the TurbineResources.getString() methods
to return null.  I assume that's because TurbineResources doesn't know the
correct prefix to use with my class.

Thanks for your help!

...Casey

==============================================
Casey Bragg - Software Engineer
Allegiance Telecom, Inc.  Dallas, TX
469-259-2702 - [EMAIL PROTECTED]
==============================================


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to