[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: [ldap] Schema for admin accounts
patl@phoenix.volant.org wrote:
>
> ... organizationalRole might be close, but I don't think it has a
> mail attribute.
It has not. But it's simple to add an auxiliary objectClass, which
allows the mail attribute. For example, objectClass mailRecipient
or mailGroup (these were both invented by Netscape).
dn: cn=Postmaster, ...
objectClass: organizationalRole
objectClass: mailGroup
cn: Postmaster
mgrpDeliverTo: ...