[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Re: ldap_add: Object class violation
-----Original Message-----
The message is quite straightforward: your entry's objectclass
is organizationalUnit, which requires the ou attribute, but you
didn't provide any. What about appending a
ou: accounts
line to the first entry?
---------------------------
Done and it works. Thanks.
One more newbie question, Though this worked, I am yet to understand why it worked now or why it did not worked before. I was just pasting the instructions from the website.
Thanks again for your help.
raj