Installing openLDAP
        Posted  
        
            by kourosh
        on Server Fault
        
        See other posts from Server Fault
        
            or by kourosh
        
        
        
        Published on 2010-03-06T01:44:10Z
        Indexed on 
            2010/03/12
            14:17 UTC
        
        
        Read the original article
        Hit count: 995
        
I have followed installing openLDAP from http://www.openldap.org/doc/admin24/quickstart.html and follow the tasks up to # 9. when I run [ su root -c /usr/local/libexec/slapd ] it asks for password and after I type the password no indication of if server has been started or not. When I run [ ldapsearch -x -b '' -s base '(objectclass=*)' namingContexts ] I get this error [ ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1) ] I can't figure it out what is the problem. Can anyone help?
Thanks
© Server Fault or respective owner