RE: Trouble with ldapadd

2005-07-15 Thread zyacoubi
; > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: Wednesday, July 13, 2005 10:34 PM > To: Quanah Gibson-Mount > Cc: OpenLDAP-software@OpenLDAP.org > Subject: Re: Trouble with ldapadd > > > Hi, > &

RE: Trouble with ldapadd

2005-07-13 Thread Tay, Gary
n-Mount Cc: OpenLDAP-software@OpenLDAP.org Subject: Re: Trouble with ldapadd Hi, I added the missing entries, but I always have the following error: adding new entry "dc=Mydomain,dc=com" ldap_add: Undefined attribute type additional info: dn: attribute type undefined ldif_record()

Re: Trouble with ldapadd

2005-07-13 Thread Hallvard B Furuseth
[EMAIL PROTECTED] writes: > I added the missing entries, but I always have the following error: > adding new entry "dc=Mydomain,dc=com" > ldap_add: Undefined attribute type > additional info: dn: attribute type undefined There is probably a space in the blank line after that entry. A spac

Re: Trouble with ldapadd

2005-07-13 Thread zyacoubi
Hi, I added the missing entries, but I always have the following error: adding new entry "dc=Mydomain,dc=com" ldap_add: Undefined attribute type additional info: dn: attribute type undefined ldif_record() = 17 Here is my ldif file I'm tryning to add: dn: dc=Mydomain,dc=com objectClass:

Re: Trouble with ldapadd

2005-07-12 Thread Quanah Gibson-Mount
--On Tuesday, July 12, 2005 3:36 PM +0200 [EMAIL PROTECTED] wrote: Hi, I've successfully installed OpenLDAP, got it running, add customised schema, and had slapd start fine with the schema I've added. At the begining, I've put LDAP Public Key schema via include directive in slapd.conf. The