# # This properties file is used to configure user registry syncronisation (e.g. LDAP) # # Should the scheduled sync job only query users and groups changed since the # last sync? Note that when true, the sync job will not be able to detect which # users or groups have been removed from the directory (but obviously group # membership changes would still be reflected). When false, a more regular # differential sync on login can still be enabled. synchronization.synchronizeChangesOnly=false # The cron expression defining when imports should take place synchronization.import.cron=0 0 0 * * ? # Should we trigger a differential sync when missing people log in? synchronization.syncWhenMissingPeopleLogIn=true # Should we trigger a differential sync on startup? synchronization.syncOnStartup=true # Should we auto create a missing person on log in? synchronization.autoCreatePeopleOnLogin=true # The number of entries to process before logging progress synchronization.loggingInterval=100 # The number of threads to use when doing a batch (scheduled or startup) sync synchronization.workerThreads=2