[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: ldap_bind: Can't contact LDAP server (-1)
- To: openldap-technical@openldap.org
- Subject: Re: ldap_bind: Can't contact LDAP server (-1)
- From: Aldo <lunixer@gmail.com>
- Date: Fri, 2 Jul 2010 19:04:54 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=QiWfy98P54s2/NoTeBZt7nK7ldLy6KZa5oG+rd3TDrk=; b=iel8Lijo/OetOXss/u2hjcL0xsXuNnulr1ANyy2MA+w2r/VPoxcmQjNU1fh32OgDNn 1mjBabg65Fg0FA2oYOapQXWo6Pjz8mv5JkfnJmSkY3mhuYhaJ1SVsZziesc7xCGXMeKp K41hY+M4gXhdhTglrXc+WEmOaEQzHkTv8jcPY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=UR21H7wp91MFzT2bvcUdQJbmauiUY1y+n2GARcEK9j8Qi7hC38i4vkuorMNmYA0gVp wfVYUsesfgpTutvA38QNQgJgcmuCEzC//oB1hyfryuhPJ2jgvDb3JR9S1942zJC/HiT+ DISKFbt26LSIPMyuaXk0ZMmRdWD2C6PL9W+48=
- In-reply-to: <AANLkTikgNrJUeWJagSF9kiGtMBKjhDJKlZPiDS94LHKW@mail.gmail.com>
- References: <AANLkTikgNrJUeWJagSF9kiGtMBKjhDJKlZPiDS94LHKW@mail.gmail.com>
BTW, I also tried changing to the actual ip address of the server, but
that did not work either.
[root@ldapServer openldap]# diff ldap.conf.070210 ldap.conf
11c11
< URI ldap://127.0.0.1/
---
> URI ldap://192.168.150.133/
[root@ldapServer ~]# service ldap restart
Stopping slapd: [ OK ]
Checking configuration files for slapd: config file testing succeeded
[ OK ]
Starting slapd: [ OK ]
[root@ldapServer ~]# ldapsearch -x
ldap_bind: Can't contact LDAP server (-1)
~af