cancel
Showing results for 
Search instead for 
Did you mean: 

ldapsync date format error from proxy openldap with ad and openldap source

nrenault
Champ in-the-making
Champ in-the-making
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
2 REPLIES 2

mrogers
Star Contributor
Star Contributor
Your proxy is a waste of time if it can't present consistent data.    If its unable to map the date/times then change the format in open ldap to be consistent with AD. 

Or dispense with the proxy and have alfresco connect to each directory separately.

nrenault
Champ in-the-making
Champ in-the-making
thanks for informations and clues to resolv the problem.

can you explain or link to howto for this clue ? : "Or dispense with the proxy and have alfresco connect to each directory separately "

regards