Am Thu, 22 Aug 2013 14:49:02 +0200 schrieb felas felas85@gmail.com:
hi,
i have install OpenLdap in a UbuntuServer, in virtual with VirtualBox. Now i want to import in Eclipse via Ldap Browser one file LDIF.
I have a FQDN like this, ldap.***.***.com, and i add this in /etc/hosts this FQDN with a ip address 192.168.1.156, the ip is my Server.
Now the problem, when i try to import Ldif, i have the problem with auth, i know i must change something in a slapd config but what?
access control, search filter, wrong search base? Have you tried to search manually? ldapsearch -x -H ldap://192.168.1.156 -b "your base" -s sub "*"
-Dieter