--On Sunday, October 08, 2006 7:03 AM -0700 Ted Johnson <[EMAIL PROTECTED]> wrote:
Hi; I'm reading along in the docs from OpenLDAP and it gives me the following definitions: The attributetype directive is used to define a new attribute type. --and-- The objectclasses directive is used to define a new object class.
Object classes define objects. Attributes define attributes. They are definitely different.
That's all pretty obvious, isn't it? But what I'd like to know, is what's the *difference* between these two? Looking at core.schema, they seem about the same to the uninitiated. Also, why are attributeType "name", "objectClass", "commonName" and "userPassword" commented out of core.schema? Easy enough to uncomment them, but there must have been a good reason for commenting such common items out.
They are hard coded into the server. Go browse the code. --Quanah -- Quanah Gibson-Mount Principal Software Developer ITS/Shared Application Services Stanford University GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html --- 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.
