Hello Clement,

could it be my problem ? :

/    <select id="getInetOrgPersonList" resultClass="java.util.HashMap">//
//        SELECT pers.EventoID as uidnumber//
//        FROM Evento pers//
//    </select>/

I should replace SELECT pers.EventoID as uidnumber with SELECT CONCAT(pers.VorName , ' ',pers.Nachname) as cn FROM Evento pers

Thank you :)


Le 03.04.2020 à 15:11, Arnaud Gymnase a écrit :
Ok, I made a try I found that :

DEBUG - Unsupported scripting engine: Oracle Nashorn

looking for the source of the error ..


Le 03.04.2020 à 14:53, Clément OUDOT a écrit :
Le 03/04/2020 à 14:47, Arnaud Gymnase a écrit :
thank you very much Clément,

Unfortunately, I didn't find any log on my server for OpenLDAP.

But it's nice to know my file seems to be fine .. so maybe I should
investigate some time in my posixaccount.xml file ...  ;)

Have a very nice week-end :)

Try also to set DEBUG level for LSC loggers in logback.xml:


         <!-- Main LSC messages -->
         <logger name="org.lsc" level="DEBUG">
                 <appender-ref ref="LSC"/>
                 <appender-ref ref="LSC_STATUS"/>
         </logger>
         <!-- Messages for LDIF output -->
         <logger name="lsc" level="DEBUG">
                 <appender-ref ref="LDIF"/>
         </logger>

You should then see what values are used by LSC to update/create entries.

_______________________________________________________________
Ldap Synchronization Connector (LSC) - http://lsc-project.org

lsc-users mailing list
[email protected]
https://lists.lsc-project.org/cgi-bin/mailman/listinfo/lsc-users
_______________________________________________________________
Ldap Synchronization Connector (LSC) - http://lsc-project.org

lsc-users mailing list
[email protected]
https://lists.lsc-project.org/cgi-bin/mailman/listinfo/lsc-users

Reply via email to