Antonio Broughton antonio@flerwin.net writes:
Hi,
I am running OpenLDAP 2.2.13 on a CentOS 4.1 box (I am using the CentOS ldap rpm)...
I have come across an issue, that I cannot seem to find the answer for anywhere!...
The problem is that an entry has some how been removed from LDAP well, according to phpLDAPadmin and also ldapsearch.
mytestentry _used to be_ in LDAP... it has now "gone?"
I am using the following ldapsearch string..
ldapsearch -x -b "dc=tree,dc=internal,dc=company,dc=co,dc=nz" "uid=mytestentry"
[...]
adding new entry "uid=mytestentry,ou=Testing,dc=tree,dc=internal,dc=company,dc=co,dc=nz" ldap_add: Already exists (68)
I have a few questions:
- Why would this entry be removed?
- Why when I try and add the entry, it says that it exists?
- Is there a way to fix it?
- Am I doing something wrong?
The entry has not been removed, it seems that your access rules do not allow anonymous read on this object.
-Dieter