[MRM-1713] users list when using ldap doesn't work

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1411933 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-11-20 23:54:58 +00:00
parent af82c9bdc9
commit d259975451

View File

@ -47,7 +47,7 @@ public class CachedUserManager
private Logger log = LoggerFactory.getLogger( getClass() );
@Inject
@Named( value = "userManager#jdo" )
@Named( value = "userManager#configurable" )
private UserManager userImpl;
@Inject