Hi
#Cache Refresh:
I keep getting this DEBUG Message in oxtrust_cache_refresh.log:
2015-10-01 00:08:31,544 DEBUG [gluu.oxtrust.ldap.cache.service.CacheRefreshTimer] (pool-5-thread-10) Allowing to run new process exclusively
2015-10-01 00:09:31,544 DEBUG [gluu.oxtrust.ldap.cache.service.CacheRefreshTimer] (pool-5-thread-4) Starting conditions aren't reached
2015-10-01 00:09:31,544 DEBUG [gluu.oxtrust.ldap.cache.service.CacheRefreshTimer] (pool-5-thread-4) Allowing to run new process exclusively
2015-10-01 00:10:31,544 DEBUG [gluu.oxtrust.ldap.cache.service.CacheRefreshTimer] (pool-5-thread-8) Starting conditions aren't reached
2015-10-01 00:10:31,544 DEBUG [gluu.oxtrust.ldap.cache.service.CacheRefreshTimer] (pool-5-thread-8) Allowing to run new process exclusively
2015-10-01 00:11:31,544 DEBUG [gluu.oxtrust.ldap.cache.service.CacheRefreshTimer] (pool-5-thread-6) Starting conditions aren't reached
2015-10-01 00:11:31,544 DEBUG [gluu.oxtrust.ldap.cache.service.CacheRefreshTimer] (pool-5-thread-6) Allowing to run new process exclusively
Here is my oxTrustCacheRefresh.properties:
# Define LDAP server configurations
server.source.configs=wisconsin
server.inum.config=gluu_ldap
server.target.config=
cache.config.sizelimit=0
# Define configuration for source LDAP server #1
ldap.conf.wisconsin.bindDN=cn=Administrateur\,cn=Users\,dc=insead\,dc=sorbonne
ldap.conf.wisconsin.bindPassword=5nz4TtA2L/XrFjzfoPt4XA==
ldap.conf.wisconsin.servers=wisconsin.insead.sorbonne:636
ldap.conf.wisconsin.maxconnections=3
ldap.conf.wisconsin.useSSL=true
ldap.conf.wisconsin.baseDNs=cn=Users\,dc=insead\,dc=sorbonne
ldap.conf.wisconsin.useAnonymousBind=false
# Define configuration for InumDB server
ldap.conf.gluu_ldap.bindDN=cn=Directory manager
ldap.conf.gluu_ldap.bindPassword=5nz4TtA2L/XrFjzfoPt4XA==
ldap.conf.gluu_ldap.servers=alaska.aduneo.com:1636
ldap.conf.gluu_ldap.maxconnections=2
ldap.conf.gluu_ldap.useSSL=true
ldap.conf.gluu_ldap.baseDNs=ou=people\,o=site
# Define compound key
ldap.conf.source.compoundKey.attr=mail
ldap.conf.source.compoundKey.objectClasses=User
# Define source attributes which application synchronize
ldap.conf.source.attrs=mail, sAMAccountName, cn
# Define custom filter
ldap.conf.source.custom.filter=
# Use VDS or direct copy update method. Allowed values are 'vds', 'copy'
target.server.update.method=copy
# Keep non cache refresh users. Allowed values are 'true', 'false'
target.keep.external.person=true
# Use unlimited search or not. Allowed values are 'true', 'false'
source.load.use.search.limit=false
# Define mapping from source attribute names to destination attribute names. It's needed for target.server.update.method=copy only
ldap.conf.target.attr.mapping.uid=samaccountname
ldap.conf.target.attr.mapping.mail=mail
ldap.conf.target.attr.mapping.cn=cn
# Snapshot configuration
snapshot.folder=/tmp/sync
snapshot.max.count=5
the good news is that cache Refresh configuration does not disappear, but i got noting in /tmp/sync
#Have you changed anything in 'Manage Authentication' section?
Yes i changed it to authenticate to Gluu using Active Directory users