[Date Prev][Date Next] [Chronological] [Thread] [Top]

schema discrepencies (ITS#1175)



Full_Name: David E. Storey
Version: 2.x
OS: N/A
URL: 
Submission from: (NULL) (216.254.88.83)


A little unsure about this one as I can't find any mention of it in the RFC's.
Can an objectclass list the same attribute as being both required and optional?
Should the ldap_schema related functions check for this?

in core.schema:
- residentialPerson has 'l' listed in both MUST and MAY.
- organizationalRole has 'preferredDeliveryMethod' listed twice in MAY.

in cosine.schema
- RFC822localPart has 'telephoneNumber' and 'telephonenumber' list under MAY.
- domain has 'streetAddress' listed twice in MAY.

in nis.schema
- oncRpc, ipProtocol have 'description' listed in both MUST and MAY.

These are all the discrepencies I could find among structural and auxiliary
objectclasses.

d!