Patric wrote: > > Basically I want to create a LDAP directory that consists of a list of > email addresses for a domain, thats all, just email addresses. > That is why I do not want to use the person, organizationalPerson, > inetOrgPerson objectClasses, as they have way too much required > information.
You need a STRUCTURAL object class. I'd really recommend inetOrgPerson. Only attributes 'cn' and 'sn' are required. Is the e-mail address related to any other information? Kind of user information requiring e.g. 'uid'? > Is there such an objectClass defined already, or would I have to define > my own, and if so do I understand it correctly that I HAVE to get an OID? In case you define new schema elements like object classes, attribute types etc. you have to get an OID. Ciao, Michael. --- You are currently subscribed to [EMAIL PROTECTED] as: [EMAIL PROTECTED] To unsubscribe send email to [EMAIL PROTECTED] with the word UNSUBSCRIBE as the SUBJECT of the message.
