Alfred Schmid
2014-01-31 eb1264b0944cfc0ac951c62239cc5a85428088e0
src/main/distrib/data/gitblit.properties
@@ -1508,6 +1508,16 @@
# If left blank, false is assumed
realm.ldap.synchronizeUsers.enable = false
# Defines the period to be used when synchronizing users from ldap. This is currently
# only used for LDAP user synchronization.
#
# Must be of the form '<long> <TimeUnit>' where <TimeUnit> is one of 'MILLISECONDS', 'SECONDS', 'MINUTES', 'HOURS', 'DAYS'
# <long> is at least 5 Minutes if lower values are given the default is used.
# default: 5 MINUTES
#
# RESTART REQUIRED
realm.ldap.synchronizeUsers.ldapSyncPeriod = 5 MINUTES
# Defines whether to delete non-existent LDAP users from the backing user service
# during synchronization. depends on  realm.ldap.synchronizeUsers.enable = true
#