Hello all
I use alfresco ldap sync with AD without problem.
now IT want to use openldap proxy to agregate this AD and an openLDAP
now the problem :
from the proxy the attribute that contains a date come with pattern YYYYMMDDhhmmss.0Z if user is in the AD and with the parttern YYYYMMDDhhmmssZ if the user is int the openldap.
so if i use
ldap.synchronization.timestampFormat=yyyyMMddHHmmss'.OZ'
ADuser OK , openLDAPuser KO
if I use
ldap.synchronization.timestampFormat=yyyyMMddHHmmss'Z'
ADuser KO , openLDAPuser OK
dis someone have a solution ?
regards
Nicolas