[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: [ldap] Schema for admin accounts
> On Thu, 5 Nov 1998 09:31:24 -0800 (PST), patl@phoenix.volant.org wrote:
>
> > Is there a standard or commonly used schema for administrative accounts
> > that do not necessarily correspond to any particular individual? The
> > only schema I've been able to find that contains an e-mail address is
> > the inetOrgPerson; but it requires a surname attribute.
>
> What attributes in particular are you looking for?
> Class organizationalRole might be useful, possibly combined with
> inetOrgPerson.
Basicly, I need a name (cn or uid), password, and e-mail address (mail);
in addition to the usual ou, o, c, etc. IIRC, organizationalRole might
be close, but I don't think it has a mail attribute. The problem with
inetOrgPerson is the sn requirement. Since these entries do not correspond
to any specific individual, there are no appropriate given name or surname
values.
-Pat