Page 1 of 1

LDAP import

PostPosted: Fri Sep 27, 2013 7:17 am
by VNAbdullayev
Hi. I downloaded TS 4.0.19 and installed. I configured it to use LDAP authorization.
When I Test Connection it says Test passed but in Log it shows this: [LDAP: error code 4 - Sizelimit Exceeded]
Then I tried to use LDAP import. I configured fields then I pressed Preview button. The small window Progress imports from LDAP poped up.
And it loads to 100% in 5 seconds but in Log it shows this:
Database connection | Connection properties:
Database connection | Connection URL=jdbc:hsqldb:file:tsdb/en/tsdb;shutdown=true
Database connection | Driver=org.hsqldb.jdbcDriver
Database connection | Login=sa
Database connection | Password=
Database connection | Test passed
javax.naming.PartialResultException: Unprocessed Continuation Reference(s); remaining name 'DC=xalqbank,DC=az'
at com.sun.jndi.ldap.LdapCtx.processReturnCode(Unknown Source)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(Unknown Source)
at com.sun.jndi.ldap.LdapCtx.searchAux(Unknown Source)
at com.sun.jndi.ldap.LdapCtx.c_search(Unknown Source)
at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_search(Unknown Source)
at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(Unknown Source)
at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(Unknown Source)
at javax.naming.directory.InitialDirContext.search(Unknown Source)
at com.trackstudio.sman.importer.LDAP.UtilImportLdap.getUserLDAP(UtilImportLdap.java:114)
at com.trackstudio.sman.importer.LDAP.ImportDBinLDAP$4.run(ImportDBinLDAP.java:118)
I need to import users from LDAP and I am not allowed to do it with CSV. As a IT department we are gonna introduce this to our managers and if they will like it we will buy this product.

Re: LDAP import

PostPosted: Mon Sep 30, 2013 11:05 pm
by admin
It seems like resultset too large. Try to use LDAP filter to get less users at once.