Full_Name: Jose Alberto Gómez Ruiz Version: OpenLDAP: pkg/ldap/servers/slapd/schema/openldap.schema,v 1.24.2.4 OS: Solaris 10 10/08 s10s_u6wos_07b SPARC URL: ftp://ftp.openldap.org/incoming/ Submission from: (NULL) (200.3.164.196)
Hello, I have a problem with OPEN LDAP V.2.4 :
I am trying to add the th following entry by console :
-bash-3.00$ ldapadd -f empleado-103.txt -v -D "cn=Manager,dc=fnc-federacion,dc=com" -w password ldapadd: started Wed Feb 29 16:56:24 2012
ldap_init( localhost, 389 ) add cn: 1093735269 add sn: ROCHEL ORTEGA ELIZABETH add mail:
add userPassword: 1093735269 add objectclass: inetOrgPerson FNCPerson adding new entry cn=1093735269,ou=ServicioExtension,ou=Usuarios,dc=fnc-federacion,dc=com ldap_add: Already exists
The entry exists agree with the message.
Then I want search thy entry :
-bash-3.00$ ldapsearch -x -b 'dc=fnc-federacion,dc=com' '(cn=1093735269*)' -bash-3.00$
I do not get the data from this input.
Then I cant delete the same entry:
-bash-3.00$ ldapmodify -D "cn=Manager,dc=fnc-federacion,dc=com" -w password dn: cn=1093735269,ou=ServicioExtension,ou=Usuarios,dc=fnc-federacion,dc=com changetype: delete
deleting entry cn=1093735269,ou=ServicioExtension,ou=Usuarios,dc=fnc-federacion,dc=com ldap_delete: Unknown error ldap_delete: additional info: could not locate parent of entry
I Can't modify or delete this entry,
Please, I need help to fix this error.
Thanks in advance