mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
- synchronization.syncWhenMissingPeopleLogIn - synchronization.autoCreatePeopleOnLogin When both are false you can now cause users who your LDAP sync doesn't bring in to be rejected (seems to be a requirement) git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14814 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
19 lines
831 B
Properties
19 lines
831 B
Properties
#
|
|
# 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 auto create a missing person on log in?
|
|
synchronization.autoCreatePeopleOnLogin=true |