[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
ldap_bind: Can't contact LDAP server
Hi lsit ,
I have configured openLDAP and installed its without any error
(there wasnt eny error on make test)
I have changed my slapd.conf
database bdb
suffix "dc=Ege,dc=tr"
rootdn "cn=Manager,dc=Ege,dc=tr"
rootpw secret
and the output of
[root@proxy libexec]# ./slapd -t
config check succeeded
it says that my slapd.conf its ok
But there is no output of slapcat
[root@proxy libexec]# slapcat
[root@proxy libexec]#
what does it mean?
And there is error on ldapserch too
[root@proxy libexec]# ldapsearch -x -D cn=Manager,ou=Ege,o=tr -w secret -h
localhost -b ou=ege,o=tr 'objectclass=*'
ldap_bind: Can't contact LDAP server
What had I done wrong ...
Thanks
Shahin