Ye, this is basically correct. Usually you gather the custom attributess that you need in one (or more, it depends how complex are your needs) auxiliary class. If you use the structural class person to represent your users, you may add your class als auxiliary and just add the attributes.
Although is not mandatory to get your OID to number your attributes (if the server is private), it is also customary to name your own attributes and classes using a small prefix identifying them: so, for example, if your complany is "Test Ltd", letr your attributes and classes be: tlAttributeOne, tlAttribute2 and the class tlAuxiliaryClassOne and so on. Best regards Giovanni -----Ursprüngliche Nachricht----- Von: Erlend Hamnaberg [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 31. Mai 2006 01:07 An: Marcelo Mustafa Murad Cc: [email protected] Betreff: [ldap] Re: Ldap Schema Marcelo Mustafa Murad wrote: >Hi all, > >I´m new on ldap, so I´m sorry if this is a stupid question. > >I want to create a ldap schema that will add 7 optional attributes into >objectClass posixAccount. Do I have to register a OID in IANA? If not, >which numbers should I use? > >Thanx, >Marcelo > > > If you want to extend the schema you should use your own OIDs if possible to avoid namespace errors. Maybe even create an own objectclass that utilizes these attributes. --- 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. --- 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.
