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

Re: LDAP and e-mail



On Wed, 04 Nov 1998 09:30:24 CST, Mark Wilcox wrote:
> Hi,
> You should just need to use the person objectclass and set the mail attribute to make
> an address book. If you want to check out how Netscape is setup, just export out the
> address book because it exports it to LDIF. You can ignore the attributes that contain
> xmozilla.

Of course the person objectclass does not include the mail attribute 
(aka rfc822mailbox). You should be using pilotPerson or inetOrgPerson 
if you want to use the mail attribute, unless you want to define your 
own schema. (Both of these objectclasses inherit from 
organizationalPerson which inherits from person which inherits from 
top, so you'll need all four classes on each entry.)

Chris