On 05/11/2019 17:00, Erik Meitner wrote:
> First, I want to thank the developers for this great tool. It saved me a lot 
> of time migrating and integrating systems.
> 
> I am syncing from an OpenLDAP server to a Samba V4.5 AD server. It works 
> quite well but developing new LSC configurations is difficult. Logging in 
> dry-run mode is incomplete. For example when using dry-run mode I cannot see 
> a list of groups to be deleted. I only get:
> 
> Nov 05 09:53:04 - INFO  - Starting clean for BB_groups
> Nov 05 09:53:04 - DEBUG - Using pagedResults control for 1000 entries at a 
> time
> Nov 05 09:53:04 - INFO  - All entries: 17, to modify entries: 16, 
> successfully modified entries: 0, errors: 0
> 
> How can I use dry-run mode to see all changes that would be made?
> 

Hi,

You can set the LSC or/and LDIF appender log level to DEBUG in your logback.xml 
instead of INFO:

        <!-- 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 have more logs in lsc.log and lsc.ldif files running LSC in 
dry-mode.

Regards,
-- 
Soisik Froger | Software Architect

soisik.fro...@worteks.com

Worteks | https://www.worteks.com
_______________________________________________________________
Ldap Synchronization Connector (LSC) - http://lsc-project.org

lsc-users mailing list
lsc-users@lists.lsc-project.org
https://lists.lsc-project.org/cgi-bin/mailman/listinfo/lsc-users

Reply via email to