[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Starting a new ldap
On Wed, 2 Feb 2005, Matt wrote:
> Hi,
> I'm trying to start a new LDAP database....
>
> I'm trying to dump:
>
> dn: dc=chilitech,dc=net
> objectClass: top
Change this to something like:
dn: dc=chilitech,dc=net
objectclass: dbObject
objectclass: organizationalUnit
dc: chilitech
ou: chilitech
>
> dn: ou=accounts,dc=chilitech,dc=net
> ou: accounts
> objectClass: top
> objectClass: organizationalUnit
>
> into it with slapadd but I get:
>
> slapadd: dn="dc=chilitech,dc=net" (line=3): (65) no structural object
> class provided
>
>
> I'm doing something stupid, but I can't figure out what...
>