I have been confused by following symptoms for two days.
openldap version: 2.3.38 os: redhat linux
problem: when I do not start slapd, I can still run "ldapsearch -x", but it shows "result: 32 No such object".
Then I start slapd, the "ldapsearch -x" has the same symptom. Then I use the slapd admin user and password to do the ldapsearch. It surprised me by reporting "bad username or password". Then I do the ldapsearch in another server by "-h" pointing to the server, it reports "cann't contact ldap server (-1)", but slapd is running in the server.
These results completely confuse me!
The /usr/local/etc/openldap/ldap.conf is ====================== BASE dc=mycompany,dc=com HOST 127.0.0.1 ======================
The access control list in /usr/local/etc/openldap/slapd.conf is ====================== access to * by * read ======================
Do you ever encounter the problem? any hints are appreciated!
Thank you!
Bests, Jacky
Dear All,
I find the reason now: another application has an internal LDAP, and the internal LDAP uses the 389 port. So when I start slapd, it does not get the port 389.
Thank you.
Bests, Jacky
On Fri, May 30, 2008 at 11:08 AM, Jacky Wu serenityzhu@gmail.com wrote:
I have been confused by following symptoms for two days.
openldap version: 2.3.38 os: redhat linux
problem: when I do not start slapd, I can still run "ldapsearch -x", but it shows "result: 32 No such object".
Then I start slapd, the "ldapsearch -x" has the same symptom. Then I use the slapd admin user and password to do the ldapsearch. It surprised me by reporting "bad username or password". Then I do the ldapsearch in another server by "-h" pointing to the server, it reports "cann't contact ldap server (-1)", but slapd is running in the server.
These results completely confuse me!
The /usr/local/etc/openldap/ldap.conf is
BASE dc=mycompany,dc=com HOST 127.0.0.1 ======================
The access control list in /usr/local/etc/openldap/slapd.conf is
access to * by * read ======================
Do you ever encounter the problem? any hints are appreciated!
Thank you!
Bests, Jacky
-- John 3:16 For God so loved the world, that He gave His only begotten Son, that whoever believes in Him shall not perish, but have eternal life. http://www.hkccc.org/flash2.htm
openldap-software@openldap.org