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

RE: start using ldap



>  -----Original Message-----
>  From: owner-openldap-software@OpenLDAP.org
>  [mailto:owner-openldap-software@OpenLDAP.org]On Behalf Of 
>  Sergiu Dunca

>  suffix		"dc=art-net,dc=ro"

Here you say, your suffix is "dc=art-net, dc=ro"

>    	dn: dc=artnet, dc=ro
>          dc: artnet

Here you say "dc=artnet, dc=ro"
(Note the missing hyphen!!!)

Change entries.ldif:
$ vi entries.ldif
:%s/artnet/art-net/g
:wg
$ ldapadd ...

This should work.

Cheers,
Guus