Hi, I just compiled openldap with: ./configure --prefix=/usr/local/openldap --enable-ldap --with-tls=openssl --with-cyrus-sasl --enable-crypt I did a ‘make depend’, ‘make’, and a ‘make install’; I didn’t see any errors. I fired up ldap with: ‘./slapd -d127 -h "ldap:///"’ Then I went to test my install with:’ ldapsearch -x -ZZ -d1 -H ldap://blah.com/’ And I’m still getting: ldap_msgfree ldap_err2string ldap_start_tls: Protocol error (2) additional info: unsupported extended operation ldap_free_connection 1 1 ldap_send_unbind ber_flush2: 7 bytes to sd 3 ldap_free_connection: actually freed Does anybody have a clue?
|