Thank you very much. The reason I wanted to add mail attribute is for testing purpose only. The API I am writing sync users and groups from any LDAP to SOLR. Whichever way my clients setup their LDAP all I need is "mail" attribute in their groups node.
I am correct imagining that ApacheDS users will always have it ? -----Original Message----- From: Emmanuel Lécharny [mailto:[email protected]] Sent: 01 August 2014 09:29 To: [email protected] Subject: Re: Adding mail attribute to objectClass groupOfNames Le 01/08/2014 09:37, Jim Willeke a écrit : > You should/could create an aux class containing the additional > attributes you desire and add the AUX class to the entry, rather than > modify an existing "standard" class. That's also an option. ALl in all, you have now 2 possibilities : - create you own ObjectClass extending the groupOfnames ObjectClass with an additional AttributeType, and use it for your entries - create an Auxiliary OvjectClass containing the needed AttrributeType, and add it to your entries. ________________________________
