On 2009-02-04, Michael Str?der <michael at stroeder.com> wrote: > > ldapSubEntry has very specific semantics and should not be used for any > normal user application entry. > > I'd recommend to create your own STRUCTURAL object class with just > attribute 'mail' for the list of MUST attributes. OK, thanks! Also included mailForwardingAddress as a MUST: objectClasses: ( mailAlias-oid NAME 'mailAlias' SUP top STRUCTURAL MUST ( mail $ mailForwardingAddress ) X-ORIGIN 'user defined' ) -jf