[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: how to customise database fields
At 07:15 AM 10/12/00 +0200, Daniel Tiefnig wrote:
>objectclass ( 2.16.840.1.113730.3.2.2 NAME 'inetOrgPerson'
> DESC 'RFC2798: Internet Organizational Person'
> SUP organizationalPerson
> STRUCTURAL
> MAY (
> audio $ businessCategory $ carLicense $ departmentNumber $
> displayName $ employeeNumber $ employeeType $ givenName $
> homePhone $ homePostalAddress $ initials $ jpegPhoto $
> labeledURI $ mail $ manager $ mobile $ o $ pager $
> photo $ roomNumber $ secretary $ uid $ userCertificate $
> x500uniqueIdentifier $ preferredLanguage $
> userSMIMECertificate $ userPKCS12 )
> )
>
>as u can see, objectclass inetorgperson doesn't allow cn and sn,
I see that inetOrgPerson inherits from organizationalPerson (which
inherits from person). inetOrgPerson allows not only the attribute
types it lists, but the types listed in its supertypes.
Kurt