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. -- Clément Oudot | Identity Solutions Manager [email protected] Worteks | https://www.worteks.com _______________________________________________________________ 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

