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

Re: Help with error please - requires attribute 'uniqueMember'



At 02:03 AM 2002-01-08, Euan Guttridge wrote:
>Please help with the following slapd debug error if you can. This occurs when trying to add a new group through a client.
> 
>conn=4 op=1 RESULT tag=105 err=65 text=object class 'groupOfUniqueNames' requires attribute 'uniqueMember'

tag=105 Add Response
err=65          Object Class Violation
text="object class 'groupOfUniqueNames' requires attribute 'uniqueMember'"

The entry provided by the client violates the standard
track object class schema.  In particular, the entry does
not contain the attribute 'uniqueMember' as required by
the object class 'groupOfUniqueNames'.

Obviously the client is flawed in that it attempts to
create entries which obviously violate schema.

Kurt