Our product requires that on disk storage of our LDAP database is secure. At present we use the ldbm backend and db2 to store our data. Berkeley DB version >= 4.1 has support for database encryption with AES, which seem the perfect solution to our requirements. The current bdb backend does not have any support for encryption (as far as a quick grep shows). Is anyone working on this? Thanks,