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

Re: additional attributes



Brian Krusic wrote:
> I have a problem were if I add a new attribute
> like;
> 
> mail:
> telephoneNumber:
> 
> and try to ldapmodify using a foo.ldif file with thos attributes, I get;
> 
> additional info: attribute 'mail' not allowed
> [..]
> objectClass:

What are the object class(es) used for the entries? You have to choose
an object class which allows attribute 'mail'. Most times object class
'inetOrgPerson' is used for person entries with mail address.

Ciao, Michael.