Hi,
We are getting this error when enable jndi authentication:
2010-11-11 02:59:02.097:/itnav:WARN: action: *** ACTION EXCEPTION:
javax.naming.SizeLimitExceededException: [LDAP: error code 4 - Sizelimit Exceeded]; remaining name 'cn=users,dc=******,dc=******,dc=*****,dc=*****'
at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3093)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2987)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2794)
at com.sun.jndi.ldap.LdapNamingEnumeration.getNextBatch(LdapNamingEnumeration.java:129)
at com.sun.jndi.ldap.LdapNamingEnumeration.hasMoreImpl(LdapNamingEnumeration.java:198)
at com.sun.jndi.ldap.LdapNamingEnumeration.hasMore(LdapNamingEnumeration.java:171)
at org.opendepo.services.roles.RoleMgr.getUsers(RoleMgr.java:470)
at com.networkgps.itnav.users.List.go(List.java:47)
Looks like it is caused by this bug:
https://issues.apache.org/jira/browse/DIRSTUDIO-703Is it possible for ControlTier to apply this patch in the future release? or could you give some advice on how we can patch it by ourselves?
Thanks,
Hailong