Asimananda Mohanty asimananda.mohanty@gmail.com writes:
Hi Dieter,
Thanks for the reply.
My Apache is built with openldap lib only.
I am able to connect to ubuntu host my my solaris client on ports 389 and 636.
Then I guess, apache is not able to verify the certificates presented. In that case, please let me know how do I debug slapd to watch apache connection.
As I mentioned many times, this topip is neither OpenLDAP nor Ubuntu related, it is just a question of how to properly set up Apache on Sun Solaris 10. Did you configure mod_auth_ldap and mod_ldap to use TLS? There are two sources of information, Sun Bigadmin and Apache documentation. Lot of documentation is referring to *.der or cert7.db files, note that OpenLDAP only handles *.pem files. For mor information on this topic read openssl documentation.
http://httpd.apache.org/docs/2.0/mod/mod_ldap.html http://www.sun.com/bigadmin/home/index.jsp
-Dieter