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

Re: object class 'alias'



Bruce Greenblatt wrote:
> You've misunderstood the spec.

I am just readying the LDAP RFCs.  The RFCs describe
the the 'top' of the chain as being 'ABSTRACT' and alias
as 'STRUCTURAL'.

RFC2256:
	( 2.5.6.0 NAME 'top' ABSTRACT MUST objectClass )
	( 2.5.6.1 NAME 'alias' SUP top STRUCTURAL MUST aliasedObjectName )

Yet, RFC2252 implies that both 'top' and 'alias' are abstract:
	every entry will contain an abstract class ("top" or "alias")

'alias' cannot be both 'ABSTRACT' and 'STRUCTURAL.

Kurt