On Thu, Apr 08, 2010 at 04:57:36PM -0700, Meena Ram wrote:
ProxyAddresses: attribute undefined Any info on how to fix this ldap_add: Undefined attribute type (17) additional info: proxyAddresses: attribute type undefined
Are you trying to add MS-Exchange attributes here? Things that look like this:
SMTP:JonathanMollerup@HumongousInsurance.com MS:HumongousInsurance/sales/JonathanMollerup X400:c=US;a= ;p=HumongousInsurance;s=Mollerup;g=Jonathan
If so, you might find bits of this FAQ entry useful:
http://www.openldap.org/faq/data/cache/1461.html
However, I would add a warning: that entry advises you to modify the distributed standard schema. This is *bad practice*. You should add the new schema items in a separate file and create an AUXILIARY object class that permits you to include them in relevant entries.
Andrew