[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
rewrite of date-hour format from AD to openldap format
- To: openldap-technical@openldap.org
- Subject: rewrite of date-hour format from AD to openldap format
- From: Nicolas RENAULT <nicolas_renault@yahoo.fr>
- Date: Wed, 02 Jul 2014 15:31:27 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.fr; s=s1024; t=1404307892; bh=EdaXKQmS/q57sGBsBm+TFEBB3IlE09+4MMMrfXPnsCs=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding; b=FHQZ+p1v9NXCYfuKCkKMUoTSJldptXjN5pkOcbHoJf2NmJAAaXFgts3ARD+ReZ5VT8U56HGXHH2XPZIUOwGnhKFsepHSC1x6+yEim9y+wEt4l/U7i38b8UDyrenBHxZpYoFXg2UuPt4hGe5Qb2UCJ7d1ga4g+AEFjBIIi6rIXLo=
- User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0
Hello,
I have a openldap with meta backend connected to 3 ldap (one openldap,
one edir and one AD).
I test authentication again the proxy , it's working.
my problem : dev team is working to use this proxy from alfresco, but
there is error cause by date format on some attributes
from Active Directory yyyyMMddHHmmss'.0Z'
from OpenLDAP yyyyMMddHHmmss'Z'
alfresco can understand only one type of date format on his
configuration. (say dev team)
they says to me : go to openldap format.
so I want to rewrite all the attributes with date at yyyyMMddHHmmss'.0Z'
to yyyyMMddHHmmss'Z'
exemple : whenCreate (AD) to createTimestamp (openldap)
I succesfully use rwm to rewrite DN but rwm-rewriteRule seem not to work
for attributes that are not distinguishedname type.
before asking I have googlize a lot without succes.
any idea, clue or help ?
Regards
(sorry if bad english, I'm not fluent)
--
Nicolas