[Date Prev][Date Next] [Chronological] [Thread] [Top]

indexing modifyTimestamp



Hi, I am trying to build an email system using OpenLDAP and Cyrus IMAP. I want to store user information in LDAP (email, password, quota, etc..), then use a small program to query LDAP for new emails and create them in Cyrus. I tried to create an index for modifyTimestamp but i got an error when I tried to start slapd. I searched the list and found out that there are some missing code in slapd code preventing indexing on modifyTimestamp. My question, Is there any work around for this problem? and is there any plans to implement the missing code OpenLDAP soon. Currently I do all email changes in both LDAP and Cyrus at the same time. - Rayed