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

Re: Strange naming attributes



At 10:47 AM 2002-10-09, Bruno Spieler wrote:
>Using openLDAP 2.1.4, BDB Backend, I noticed that I can create an organizationalUnit named "uid=myorg,o=myroot" although uid is actually not an attribute of the organizationalUnit class.
> 
>To make it append, I only omitted the naming attribute in the creation request. In LDIF for example :
> 
>dn:uid=myorg,o=myroot
>objectclass: top
>objectclass: organizationalUnit
>ou: myorg

The server likely should return objectClass violation here...
and a subsequent version likely will do exactly that.

Kurt