I'm trying to export LDAP data from a Zimbra schema into a basic OpenLDAP schema. Obviously the Zimbra schema has much more attributes than the basic OpenLDAP. My question is if there is a way of:
- Either export the LDAP data filtering only attributes present on the basic OpenLDAP schema
- Or having a full export of the LDAP data with Zimbra attributes, somehow import only the valid attributes
- Or if there is a tool to modify the LDIF file to remove the attributes not present in the basic OpenLDAP schema
The LDAP has a few hundred of nodes, so I was looking for a way to make this at least semi-automatically