On irc, Jesse suggested configuring it in application.xml rather than
security.properties...
find . -name application.xml -exec vi {} \;
<component>
<role>org.codehaus.plexus.redback.common.ldap.UserMapper</role>
...
<user-base-dn>dc=example,dc=com</user-base-dn>
... (after commenting out the line in security.properties and
restarting,) it works:
2008-11-20 14:18:34,721 [btpool0-7] INFO
interceptor#redbackForceAdminUserInterceptor - Admin user found. No
need to configure admin user.
Thanks!
--
Wendy