Asimananda Mohanty asimananda.mohanty@gmail.com writes:
Hi Dieter,
Indeed, I thought so. But before going there, I just wanted to confirm that is there anything that I might be missing while configuring my openLDAP using SASL because :
the link http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html#authldapurl says "For regular ldap, use the string ldap. For secure LDAP, use ldaps instead. Secure LDAP is only available if Apache was linked to an LDAP library with SSL support."
This simply states that if LDAP is equipped with SSL support, ldaps url can be used. Does that mean that my openLDAP is not equipped with SSL support because I am getting success with ldap and not with ldaps?
Once I am sure that my openLDAP configuration is Ok, I can start exploring other things.
The easiest way is 'ldd slapd', which will show you the linked libraries, check for libssl.so or libgnutls.so.
-Dieter